Fix missing semicolons
This commit is contained in:
parent
7594dab91e
commit
5dc2ed6a01
@ -386,7 +386,7 @@ server {
|
||||
{{ end }}
|
||||
{{ if (not (contains $paths "/")) }}
|
||||
location / {
|
||||
return 503
|
||||
return 503;
|
||||
}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
@ -426,7 +426,7 @@ server {
|
||||
{{ end }}
|
||||
{{ if (not (contains $paths "/")) }}
|
||||
location / {
|
||||
return 503
|
||||
return 503;
|
||||
}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user