From 48bacc2eba48a971c1b882894029f205c78bc203 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 5 Jan 2019 18:22:05 -0700 Subject: [PATCH] added tags in phphandler .insert files --- etc/nginx/nginx_conf_phphandler_SOCK.insert | 2 +- etc/nginx/nginx_conf_phphandler_TCP.insert | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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