From d50a7624ab305f5f5866ef82eb96834816b84c8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 3 Jun 2023 21:04:33 +0200 Subject: [PATCH] fix --- conf/nginx.conf | 7 ++----- manifest.toml | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) 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]