Skip to content

Commit

Permalink
added server_tokens off option on nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Nov 30, 2020
1 parent 9c48c2b commit 51ca8e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/intel_owl_nginx_http
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ server {

server_name intel_owl.com;

server_tokens off;

location = /favicon.ico { access_log off; log_not_found off; }

location /static/ {
Expand Down
2 changes: 2 additions & 0 deletions configuration/intel_owl_nginx_https
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ server {

server_name intel_owl.com;

server_tokens off;

location = /favicon.ico { access_log off; log_not_found off; }

location /static/ {
Expand Down

0 comments on commit 51ca8e4

Please sign in to comment.