Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: fix intly-9766 set hsts header
Browse files Browse the repository at this point in the history
  • Loading branch information
CathalOConnorRH committed Dec 9, 2020
1 parent 69fde35 commit a96c5f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ server {
listen 80;
server_name localhost;

add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";

location / {
root /usr/share/nginx/html;
index index.html index.htm;
Expand Down

0 comments on commit a96c5f7

Please sign in to comment.