diff --git a/etc/nginx/nginx_conf_phphandler_SOCK.insert b/etc/nginx/nginx_conf_phphandler_SOCK.insert index 5dddf47..288e436 100644 --- a/etc/nginx/nginx_conf_phphandler_SOCK.insert +++ b/etc/nginx/nginx_conf_phphandler_SOCK.insert @@ -1,4 +1,4 @@ # PHP handler (socket) upstream php-handler { - server unix:/run/php/php7.2-fpm.sock; + server unix:/run/php/php-fpm.sock; } \ No newline at end of file diff --git a/etc/nginx/nginx_conf_phphandler_TCP.insert b/etc/nginx/nginx_conf_phphandler_TCP.insert index 4006c6a..83b1df8 100644 --- a/etc/nginx/nginx_conf_phphandler_TCP.insert +++ b/etc/nginx/nginx_conf_phphandler_TCP.insert @@ -1,4 +1,4 @@ # PHP handler (tcp) upstream php-handler { - server 127.0.0.1:9000; + server :; } \ No newline at end of file