From 49529ac03a5c480eb4b632199e128c60c7e3f32a Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 29 Jul 2018 20:14:01 +0200 Subject: [PATCH] Remove sub_path_only for nginx from install script --- scripts/install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/install b/scripts/install index 6ccf5b4..ce7ca86 100755 --- a/scripts/install +++ b/scripts/install @@ -137,11 +137,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" #================================================= # CREATE DEDICATED USER