diff options
| -rw-r--r-- | conf/nginx.conf | 3 | ||||
| -rw-r--r-- | scripts/backup | 2 | ||||
| -rw-r--r-- | tests.toml | 2 |
3 files changed, 1 insertions, 6 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index 09e4a84..287d1d7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,9 +6,6 @@ location / { proxy_set_header Accept-Encoding ""; try_files $uri @proxy; - - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; } location ~ /sw.js { diff --git a/scripts/backup b/scripts/backup index e9b18e8..5172032 100644 --- a/scripts/backup +++ b/scripts/backup @@ -19,8 +19,6 @@ ynh_backup "$install_dir" ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" #================================================= -# SPECIFIC BACKUP -#================================================= # BACKUP LOGROTATE #================================================= @@ -22,4 +22,4 @@ test_format = 1.0 # ------------------------------- #test_upgrade_from.8102fffa52a4e3279bba9fbdafb3a0e5b1fe3e17.name = "4.2.13~ynh1" - test_upgrade_from.38e8436dd8489140af8921c81d9d891bfa92349e.name = "4.3.9 - Helpers v1" + #test_upgrade_from.38e8436dd8489140af8921c81d9d891bfa92349e.name = "4.3.9 - Helpers v1" |
