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
891b045ca6
commit
b3160a9a82
1 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ location __PATH__/ {
|
|||
|
||||
index index.php;
|
||||
|
||||
rewrite ^/(__PATH__/img/.*)$ /$1 break;
|
||||
rewrite ^/(__PATH__/js/.*)$ /$1 break;
|
||||
rewrite ^/(__PATH__/style/.*)$ /$1 break;
|
||||
rewrite ^__PATH__/$ __PATH__/index.php last;
|
||||
rewrite ^__PATH__/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ __PATH__/index.php last;
|
||||
#rewrite ^/(__PATH__/img/.*)$ /$1 break;
|
||||
#rewrite ^/(__PATH__/js/.*)$ /$1 break;
|
||||
#rewrite ^/(__PATH__/style/.*)$ /$1 break;
|
||||
#rewrite ^__PATH__/$ __PATH__/index.php last;
|
||||
#rewrite #^__PATH__/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ __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