Fix missing semicolons
This commit is contained in:
parent
050f7ec687
commit
fc8b7df551
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue