From bc1aba9a754afeac96fedf2a5cb7c263abd94512 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Apr 2019 05:07:55 +0200 Subject: [PATCH] remove comment --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 6abc79a..8798f65 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,7 +8,6 @@ location __PATH__ { rewrite ^ https://$server_name$request_uri? permanent; } - # Example PHP configuration (remove if not used) index index.php; # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file @@ -31,7 +30,6 @@ location __PATH__ { fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param SCRIPT_FILENAME $request_filename; } - # PHP configuration end # Include SSOWAT user panel.