From cfd3d9727e89bc5149eba71c52bd216ad0433b62 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 6 Dec 2019 22:32:47 +0100 Subject: [PATCH] Delete nginx.conf --- conf/nginx.conf | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 conf/nginx.conf diff --git a/conf/nginx.conf b/conf/nginx.conf deleted file mode 100644 index c42e7ea..0000000 --- a/conf/nginx.conf +++ /dev/null @@ -1,11 +0,0 @@ -root __FINALPATH__/; -index index.php; - -location ~ \.php$ { - try_files $uri =404; - fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; - fastcgi_index index.php; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include /etc/nginx/fastcgi_params; - -} \ No newline at end of file