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;