Skip to content

Commit

Permalink
Adds HSTS header to share nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclark authored Dec 22, 2020
1 parent 23328da commit 0391790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions share/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ nginx.conf: |-
add_header Cache-Control "no-cache, no-store, max-age=0, must-revalidate";
add_header Expires "Mon, 01 Jan 1990 00:00:00 GMT";
add_header Pragma "no-cache";
add_header Strict-Transport-Security "max-age=31536000";
# Pass requests to uwsgi application
proxy_redirect off;
Expand Down

0 comments on commit 0391790

Please sign in to comment.