From 48878e95a955867bb7ce49b5ca7b8f4f92dca70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 11 Jun 2024 22:17:39 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index adec71c..4a3a974 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -25,7 +25,7 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } -#location ~ __PATH__/(data|config|lib)/ { +#location ~ ^__PATH__/(data|config|lib)/ { # deny all; # }