소스 검색

Remove sub_path_only for nginx from upgrade script

Maniack Crudelis 6 년 전
부모
커밋
397a241df6
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      scripts/upgrade

+ 0 - 5
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