mirror of
https://github.com/YunoHost-Apps/taskboard_ynh.git
synced 2024-09-03 20:26:27 +02:00
Fix
This commit is contained in:
parent
8f9de329e3
commit
4c122718c7
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location @__NAME__ {
|
location @__NAME__ {
|
||||||
rewrite ^__PATH__/(.*)$ __PATH__/index.php?/$1 last;
|
rewrite ^__PATH__/(.*)$ __PATH__/api/index.php?/$1 last;
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/api {
|
location __PATH__/api {
|
||||||
|
|
|
@ -95,7 +95,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||||
|
|
||||||
# Set permissions to app files
|
# Set permissions to app files
|
||||||
chown -R $app: $final_path
|
chown -R $app: $final_path
|
||||||
chmod -R 755 $final_path/api
|
chmod -R 777 $final_path/api
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INTEGRATE SERVICE IN YUNOHOST
|
# INTEGRATE SERVICE IN YUNOHOST
|
||||||
|
|
Loading…
Add table
Reference in a new issue