Fix missing semicolons
This commit is contained in:
parent
050f7ec687
commit
fc8b7df551
@ -367,7 +367,7 @@ server {
|
||||
{{ end }}
|
||||
{{ if (not (contains $paths "/")) }}
|
||||
location / {
|
||||
return 503
|
||||
return 503;
|
||||
}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@ -407,7 +407,7 @@ server {
|
||||
{{ end }}
|
||||
{{ if (not (contains $paths "/")) }}
|
||||
location / {
|
||||
return 503
|
||||
return 503;
|
||||
}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user