1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/taskboard_ynh.git synced 2024-09-03 20:26:27 +02:00
This commit is contained in:
ericgaspar 2021-02-01 18:19:12 +01:00
parent 8f9de329e3
commit 4c122718c7
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ location __PATH__/ {
}
location @__NAME__ {
rewrite ^__PATH__/(.*)$ __PATH__/index.php?/$1 last;
rewrite ^__PATH__/(.*)$ __PATH__/api/index.php?/$1 last;
}
location __PATH__/api {

View file

@ -95,7 +95,7 @@ phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
# Set permissions to app files
chown -R $app: $final_path
chmod -R 755 $final_path/api
chmod -R 777 $final_path/api
#=================================================
# INTEGRATE SERVICE IN YUNOHOST