From 587b44bf5ee72bcc50f872540903b09f115ad688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 13 Mar 2024 00:53:13 +0100 Subject: [PATCH] fix nginx linter --- conf/nginx.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index cb18632..2260216 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -19,7 +19,7 @@ location __PATH__/api { proxy_pass http://127.0.0.1:__PORT____PATH__/api; } -#location ~ __PATH__/[0-9]+/api { +#location ~ ^__PATH__/[0-9]+/api { # auth_request off; # proxy_pass http://127.0.0.1:__PORT____PATH__; #} @@ -28,4 +28,3 @@ location __PATH__/Content { auth_request off; proxy_pass http://127.0.0.1:__PORT____PATH__/Content; } -