(fix) typo #5

Merged
thiuda merged 2 commits from feat-specify-image-version-for-renovate into main 2022-05-08 19:49:17 +02:00
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;
}