From 6763162b0b90192d3460ec5549b69479004667ce Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 10 May 2020 11:32:35 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 2 ++ scripts/install | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index bc3fa3d..9c99b58 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,8 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; + 20\ Euro.html + # Force usage of https if ($scheme = http) { rewrite ^ https://$server_name$request_uri? permanent; diff --git a/scripts/install b/scripts/install index c16b8d1..c560a3e 100755 --- a/scripts/install +++ b/scripts/install @@ -59,8 +59,6 @@ ynh_app_setting_set --app=$app --key=final_path --value=$final_path # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$final_path" -chown -R www-data: $final_path - #================================================= # NGINX CONFIGURATION #=================================================