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
227ba660ed
commit
4db9996535
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ location __PATH__/ {
|
|||
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__/(admin|authors|authorslist|login|logout|metadata|search|series|serieslist|tags|tagslist|titles|titleslist|opds)/.*$ __PATH__/index.php last;
|
||||
|
||||
index index.php;
|
||||
|
||||
|
|
|
@ -70,7 +70,7 @@ ynh_setup_source --dest_dir="$final_path"
|
|||
chmod 750 "$final_path"
|
||||
chmod -R o-rwx "$final_path"
|
||||
chown -R $app:www-data "$final_path"
|
||||
#chmod -R ga+w "$final_path/data"
|
||||
chmod -R ga+w "$final_path/data"
|
||||
|
||||
#=================================================
|
||||
# NGINX CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue