Remove sub_path_only for nginx from install script

master
Maniack Crudelis 6 years ago committed by GitHub
parent ce0bcd0e16
commit 49529ac03a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,11 +137,6 @@ ynh_setup_source "$final_path"
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_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 # CREATE DEDICATED USER

Loading…
Cancel
Save