diff --git a/conf/nginx.conf b/conf/nginx.conf index a2a1ce1..44f2078 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -24,12 +24,7 @@ location __PATH__/ { deny all; } - # Include SSOWAT user panel. - include conf.d/yunohost_panel.conf.inc; - - location ~ ^/(api|.well-known|nodeinfo|proxy|media|emoji|oauth|favicon.*) { - proxy_pass $scheme://127.0.0.1$request_uri; # proxy_redirect $scheme://__DOMAIN__$request_uri $scheme://soapbox.g0v.moe$request_uri; proxy_set_header Host __BACKEND__; @@ -39,4 +34,6 @@ location __PATH__/ { # return 308 $scheme://__DOMAIN__$request_uri; } + # Include SSOWAT user panel. + include conf.d/yunohost_panel.conf.inc; } diff --git a/manifest.toml b/manifest.toml index 604f9b1..5ed30c6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,7 +46,6 @@ ram.runtime = "50M" format = "zip" extract = true - [resources.system_user] [resources.install_dir]