Fix missing semicolons

This commit is contained in:
Alexander Lieret 2021-04-19 21:26:54 +02:00 committed by Nicolas Duchon
parent 7594dab91e
commit 5dc2ed6a01
No known key found for this signature in database
GPG key ID: EA3151C66A4D79E7

View file

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