Skip to content

Commit

Permalink
Hide Server Information
Browse files Browse the repository at this point in the history
Hides the server and version information from the response header.

Change-Id: I21d3bae4131b542c1b3f122ed2d313dfe68f3eb9
  • Loading branch information
Samuel Pilla committed Jan 17, 2019
1 parent e232975 commit fd6dd96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/shipyard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ network:
nginx.ingress.kubernetes.io/rewrite-target: /
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_clear_headers "Server";
node_port: 31901
enable_node_port: false
airflow:
Expand Down

0 comments on commit fd6dd96

Please sign in to comment.