From 50764a21c25cabcd124e722d7a7e77584ff7e757 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Fri, 6 Aug 2021 11:02:56 -0500 Subject: [PATCH] Try to fix path traversal via misconfigured alias --- exozyme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exozyme.conf b/exozyme.conf index b4a59b2..b528096 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -52,7 +52,7 @@ server { } location /~ { - alias /srv/http/pages/; + alias /srv/http/pages/users/; } location / {