remove route53 until https://github.com/certbot/certbot/pull/5781 or similar is merged

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-01-12 17:51:11 +01:00
parent b11b43859f
commit f96a4d32a3
8 changed files with 22 additions and 43 deletions

View File

@@ -67,6 +67,10 @@ http {
'' "upgrade-insecure-requests";
}
map $scheme $hsts_header {
https "max-age=63072000; includeSubDomains; preload";
}
# Websocket
map $http_upgrade $connection_upgrade {
default upgrade;