diff --git a/conf/nginx.conf b/conf/nginx.conf index be77c05..6c1a65d 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ location __PATH__/ { index index.php; - if (!-e $request_filename) { rewrite ^ /__PATH__/index.php last; } + if (!-e $request_filename) { rewrite ^ __PATH__/index.php last; } #try_files $uri $uri/ /bludit//bludit/index.php?$args;