From 55ea2f9fe3c3f92fec12461f4a859eb7550f4e05 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 27 Dec 2023 23:22:02 +0100 Subject: [PATCH] do not catch the yunohost api upgrade message --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 61d832f..47db643 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ~ __PATH__/(?.*) { +location ~ ^__PATH__/(?.*) { proxy_redirect off; proxy_set_header Host $host;