summaryrefslogtreecommitdiff
path: root/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-27 23:41:11 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-27 23:41:11 -0400
commit9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (patch)
tree524479f5d809b1b8fd29f75d7a732be8567bc2a1 /roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf
parentf9d62cc8a792b7b1a2c52a7d8102895473b3c72a (diff)
downloadoldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.tar.gz
oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.zip
borg
Diffstat (limited to 'roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf')
-rw-r--r--roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf b/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf
index 5114af0..9a0c818 100644
--- a/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf
+++ b/roles/webservers/files/levi/https.ntfy.simponic.hatecomputers.club.conf
@@ -24,5 +24,11 @@ server {
location / {
proxy_pass https://ntfy.internal.simponic.xyz;
+ proxy_http_version 1.1;
+ proxy_set_header Upgrade $http_upgrade;
+ proxy_set_header Connection "upgrade";
+ proxy_buffering off;
+ proxy_set_header X-Real-IP $remote_addr;
+ add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always;
}
}