From fe0256da08d81a4ffbded4e19f12881ce59e4a87 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 5 Dec 2023 02:37:03 +0100 Subject: [PATCH] Fix path traversal issue ? --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b8f32b2..8c759d7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ #sub_path_only rewrite ^Microsoft-Server-ActiveSync$ Microsoft-Server-ActiveSync/ permanent; rewrite ^/$ Microsoft-Server-ActiveSync/ permanent; -location /Microsoft-Server-ActiveSync { +location /Microsoft-Server-ActiveSync/ { # Path to source alias __INSTALL_DIR__/;