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; }