Browse Source

Update pid and sock files location

Ernesto Nicolás Carrea 5 years ago
parent
commit
d72de64b19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/rpm/php/php-fpm.conf

+ 2 - 2
src/rpm/php/php-fpm.conf

@@ -1,5 +1,5 @@
 [global]
-pid = /var/run/hestia-php.pid
+pid = /run/hestia-php.pid
 daemonize = yes
 log_level = error
 emergency_restart_threshold = 10
@@ -8,7 +8,7 @@ process_control_timeout = 10s
 events.mechanism = epoll
 
 [www]
-listen = /var/run/hestia-php.sock
+listen = /run/hestia-php.sock
 
 user = admin
 group = admin