what is this
This commit is contained in:
parent
39ba753d20
commit
2d58193c2c
1 changed files with 2 additions and 2 deletions
|
@ -294,8 +294,8 @@ server {
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ $globals.access_log }}
|
{{ $globals.access_log }}
|
||||||
|
|
||||||
error_page 503 /503.html;
|
error_page 503 /50x.html;
|
||||||
location = /503.html {
|
location = /50x.html {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
location / {
|
location / {
|
||||||
|
|
Reference in a new issue