Skip to content

Commit

Permalink
build(docker): hide NGINX server version in header
Browse files Browse the repository at this point in the history
  • Loading branch information
sybereal committed Apr 15, 2024
1 parent c7343e6 commit 38ffaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/default.conf.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
access_log ${NGINX_ACCESS_LOG};
error_log ${NGINX_ERROR_LOG};
disable_symlinks if_not_owner;
server_tokens off;

server {
listen ${NGINX_BIND}:${NGINX_PORT};
Expand Down

0 comments on commit 38ffaa2

Please sign in to comment.