From 9534b61ed0b0062b8dda32f9197abd8580335608 Mon Sep 17 00:00:00 2001 From: thiuda Date: Sun, 8 May 2022 19:48:01 +0200 Subject: [PATCH] (fix) typo --- templates/reverse_proxy.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/reverse_proxy.conf.j2 b/templates/reverse_proxy.conf.j2 index 8a073dc..b54960c 100644 --- a/templates/reverse_proxy.conf.j2 +++ b/templates/reverse_proxy.conf.j2 @@ -73,7 +73,7 @@ server { server { - if ($host = {{ bitwarden_prefix }}.{{ domain }) { + if ($host = {{ bitwarden_prefix }}.{{ domain }}) { return 301 https://$host$request_uri; } -- 2.40.1