1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/BicBucStriim_ynh.git synced 2024-09-03 18:15:53 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-07-07 10:23:39 +02:00
parent d1e51642f6
commit 19fd75a57d

View file

@ -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;
#}