mirror of
https://github.com/YunoHost-Apps/BicBucStriim_ynh.git
synced 2024-09-03 18:15:53 +02:00
Fix
This commit is contained in:
parent
2d4fa07e5d
commit
227ba660ed
2 changed files with 3 additions and 3 deletions
|
@ -2,5 +2,5 @@ SOURCE_URL=http://projekte.textmulch.de/bicbucstriim/downloads/BicBucStriim-1.5.
|
|||
SOURCE_SUM=13b4accb4dbf9212dbbe5154e24f8816c31e07d8becb7cb2003466a3d04de3ca
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_IN_SUBDIR=false
|
||||
SOURCE_FILENAME=bbs
|
|
@ -12,8 +12,8 @@ location __PATH__/ {
|
|||
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__/$ __PATH__/index.php last;
|
||||
rewrite ^__PATH__/(admin/authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ __PATH__/index.php last;
|
||||
|
||||
index index.php;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue