From 397a241df6a93c7adcb83fc3ff14c6932bd982aa Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 29 Jul 2018 20:14:08 +0200 Subject: [PATCH] Remove sub_path_only for nginx from upgrade script --- scripts/upgrade | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6991022..6a76809 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,11 +83,6 @@ ynh_setup_source "$final_path" # Create a dedicated nginx config ynh_add_nginx_config -if [ "$path_url" != "/" ] -then - ynh_replace_string "^#sub_path_only" "" "/etc/nginx/conf.d/$domain.d/$app.conf" -fi -ynh_store_file_checksum "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= # UPGRADE DEPENDENCIES