From cded47eed749f0d6628c449a62f418dcb38daead Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 16 Jul 2024 19:43:53 -0300 Subject: [PATCH] chore: follow symlinks Signed-off-by: Vitor Mattos --- .docker/nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/nginx/nginx.conf b/.docker/nginx/nginx.conf index 4c7089d..edae935 100644 --- a/.docker/nginx/nginx.conf +++ b/.docker/nginx/nginx.conf @@ -9,6 +9,7 @@ events { } http { + disable_symlinks off; # Prevent nginx HTTP Server Detection server_tokens off;