Fix missing semicolons

This commit is contained in:
Alexander Lieret 2021-04-19 21:26:54 +02:00
parent 050f7ec687
commit fc8b7df551
No known key found for this signature in database
GPG key ID: F595A2E96992CF30

View file

@ -367,7 +367,7 @@ server {
{{ end }} {{ end }}
{{ if (not (contains $paths "/")) }} {{ if (not (contains $paths "/")) }}
location / { location / {
return 503 return 503;
} }
{{ end }} {{ end }}
{{ end }} {{ end }}
@ -407,7 +407,7 @@ server {
{{ end }} {{ end }}
{{ if (not (contains $paths "/")) }} {{ if (not (contains $paths "/")) }}
location / { location / {
return 503 return 503;
} }
{{ end }} {{ end }}
{{ end }} {{ end }}