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