diff options
| author | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-24 23:00:38 +0200 |
|---|---|---|
| committer | eric_G <46165813+ericgaspar@users.noreply.github.com> | 2025-09-24 23:00:38 +0200 |
| commit | ca0f40885c7c8178161672bd369040dbc52208f5 (patch) | |
| tree | f46f04c6759e48374b5211220e493628ab8835d9 | |
| parent | 896d84f7a77d9b6883ef35ec34f20b3784341115 (diff) | |
| download | mastodon_ynh-ca0f40885c7c8178161672bd369040dbc52208f5.tar.gz mastodon_ynh-ca0f40885c7c8178161672bd369040dbc52208f5.tar.bz2 mastodon_ynh-ca0f40885c7c8178161672bd369040dbc52208f5.zip | |
cleaning
| -rw-r--r-- | conf/nginx.conf | 3 | ||||
| -rw-r--r-- | scripts/backup | 2 |
2 files changed, 0 insertions, 5 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 #================================================= |
