Skip to content

Commit

Permalink
chore: follow symlinks
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jul 16, 2024
1 parent 53af405 commit cded47e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ events {
}

http {
disable_symlinks off;
# Prevent nginx HTTP Server Detection
server_tokens off;

Expand Down

0 comments on commit cded47e

Please sign in to comment.