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
57a30e207e
commit
d4f5399a07
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue