alr fixes
This commit is contained in:
parent
0d43e62320
commit
369eacc8c3
2 changed files with 5 additions and 4 deletions
|
@ -294,9 +294,9 @@ server {
|
|||
{{- end }}
|
||||
{{ $globals.access_log }}
|
||||
|
||||
error_page 503 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
error_page 503 /503.html;
|
||||
location = /503.html {
|
||||
root /usr/share/nginx/html/errors;
|
||||
}
|
||||
location / {
|
||||
return 503;
|
||||
|
|
Reference in a new issue