From 750672ecc8e59943ba305964885d8027411a9571 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C6=ACHE=20=D0=AFAW=20=E2=98=A3?= Date: Sat, 30 Dec 2017 22:33:24 +0100 Subject: [PATCH] Update template --- static/raws/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/raws/template b/static/raws/template index 64f992a..5bbf197 100644 --- a/static/raws/template +++ b/static/raws/template @@ -32,7 +32,7 @@ server { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include /etc/nginx/fastcgi_params; + include /nginx/fastcgi_params; } } # ========================================= @@ -47,7 +47,7 @@ server { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include fastcgi_params; + include /nginx/fastcgi_params; } # ========================================= # END PHP.