From d4f5399a07e2ea96a22a08c7b575d94a7b5bae32 Mon Sep 17 00:00:00 2001 From: likeitneverwentaway Date: Mon, 11 Jul 2016 18:59:12 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 76bad6c..aafbd3e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,7 +9,7 @@ location YNH_WWW_PATH { rewrite ^/(YNH_WWW_PATH/js/.*)$ /$1 break; rewrite ^/(YNH_WWW_PATH/style/.*)$ /$1 break; rewrite ^YNH_WWW_PATH/$ YNH_WWW_PATH/index.php last; - rewrite ^YNH_WWW_PATH/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ /bbs/index.php last; + rewrite ^YNH_WWW_PATH/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ YNH_WWW_PATH/index.php last; # Common parameter to increase upload size limit in conjuction with dedicated php-fpm file #client_max_body_size 50M;