From 737eeb2400a7ab67d6491f83d7b7fa2d31f9630f Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 7 Jan 2019 20:30:00 +0100 Subject: [PATCH] fix --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index dbcbd9a..cbc5ecc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,5 @@ root __FINALPATH__/; index index.php; - if (!-e $request_filename){ rewrite ^(.*)$ /index.php?dir=$1; } location __PATH__/ { try_files $uri $uri/ /index.php?$args;