AAAAAAAAAAAAAAAA
This commit is contained in:
parent
369eacc8c3
commit
544e368d13
3 changed files with 6 additions and 7 deletions
|
@ -294,9 +294,9 @@ server {
|
|||
{{- end }}
|
||||
{{ $globals.access_log }}
|
||||
|
||||
error_page 503 /503.html;
|
||||
location = /503.html {
|
||||
root /usr/share/nginx/html/errors;
|
||||
error_page 503 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
location / {
|
||||
return 503;
|
||||
|
|
Reference in a new issue