summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-18 22:15:17 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-18 22:15:17 -0400
commitb2812e16635eab2578d2a4c3dc2d527c8cbd3305 (patch)
tree5db8b9d6dcaf53835cea1647e1e1004372d14709
parent8f6a772d8a5cd8eb045edb0d2fee30ccaaa565fe (diff)
downloadpuppet-tozt-b2812e16635eab2578d2a4c3dc2d527c8cbd3305.tar.gz
puppet-tozt-b2812e16635eab2578d2a4c3dc2d527c8cbd3305.zip
missed part of the config
-rw-r--r--modules/tozt/files/nginx/bitwarden-tls.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/tozt/files/nginx/bitwarden-tls.conf b/modules/tozt/files/nginx/bitwarden-tls.conf
index 59f2a2a..233c2d5 100644
--- a/modules/tozt/files/nginx/bitwarden-tls.conf
+++ b/modules/tozt/files/nginx/bitwarden-tls.conf
@@ -1,3 +1,8 @@
+map $http_upgrade $connection_upgrade {
+ default upgrade;
+ '' "";
+}
+
server {
listen 443 ssl;
server_name bitwarden.tozt.net;