From 227ba660eda5fcc7f8f30101a0e1823a41ed9a0c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 7 Jul 2021 11:10:25 +0200 Subject: [PATCH] Fix --- conf/app.src | 2 +- conf/nginx.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index a8115f2..8aef962 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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 \ No newline at end of file diff --git a/conf/nginx.conf b/conf/nginx.conf index 95fae2c..1209c51 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;