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:
parent
d1e51642f6
commit
19fd75a57d
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
#}
|
Loading…
Add table
Reference in a new issue