diff --git a/conf/nginx.conf b/conf/nginx.conf index 3b3ecc8..2fd80f0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -30,3 +30,12 @@ location __PATH__/ { # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; } + + +#location /bbs/ { +# rewrite __PATH__/(bbs/img/.*)$ /$1 break; +# rewrite __PATH__/(bbs/js/.*)$ /$1 break; +# rewrite __PATH__/(bbs/style/.*)$ /$1 break; +# rewrite __PATH__/bbs/$ /bbs/index.php last; +# rewrite __PATH__/bbs/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ /bbs/index.php last; + #} \ No newline at end of file