(fix) typo

feat-specify-image-version-for-renovate
thiuda 2022-05-08 19:48:01 +02:00
parent 824ec7aed4
commit 9534b61ed0
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ server {
server {
if ($host = {{ bitwarden_prefix }}.{{ domain }) {
if ($host = {{ bitwarden_prefix }}.{{ domain }}) {
return 301 https://$host$request_uri;
}