1. Home
  2. Support
  3. General
  4. CentOS 7 – Configuration Paths

CentOS 7 – Configuration Paths

This guide helps summarise where your default configuration files may be located. Due to the various configurations you can choose from, these may be slightly different to those on your system. The configurations found here are what would be found when following our NGINX LEMP guide.

NGINX Site Config:

/etc/nginx/sites-available/yourdomain.co.uk.conf

Manage service:

systemctl stop nginx
systemctl start nginx

PHP-FPM:

/etc/php-fpm.d/yourdomain.co.uk.pool.conf
/etc/opt/remi/phpXX/php.ini      XX being your version number, e.g. 73 (7.3)
Manage service:

systemctl stop phpXX-php-fpm     XX being your version number, e.g. 73 (7.3)
systemctl start phpXX-php-fpm     XX being your version number, e.g. 73 (7.3)

ucarp:
/etc/ucarp/*conf
Manage service:

systemctl stop ucarp@service
systemctl start ucarp@service

Pound:
/etc/pound.cfg
/usr/local/etc/*cfg

Manage service:
*managed via ucarp

Varnish:
/etc/varnish/varnish.params
/etc/varnish/site1.vcl

Redis:
/etc/redis.conf

Your Site:
/home/your_user/yourdomain.co.uk

Click here for full details

Classification: Public
Last saved: 2019/11/27 at 16:03 by