mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 14:02:21 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/nginx/nginx.conf rootfs/tmp/etc/nginx/vhosts.d/admin.conf rootfs/tmp/etc/php84/php-fpm.conf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[global]
|
||||
pid = /run/php-fpm84.pid
|
||||
pid = /run/php-fpm.pid
|
||||
error_log = /data/logs/php-fpm/php-fpm.log
|
||||
log_level = notice
|
||||
emergency_restart_threshold = 0
|
||||
@@ -10,7 +10,7 @@ daemonize = no
|
||||
[www]
|
||||
user = root
|
||||
group = root
|
||||
listen = /run/php-fpm84.sock
|
||||
listen = /run/php-fpm.sock
|
||||
listen.owner = root
|
||||
listen.group = root
|
||||
listen.mode = 0660
|
||||
|
Reference in New Issue
Block a user