test 3
This commit is contained in:
parent
77bb8de20c
commit
9e42053523
2 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ http {
|
||||||
server_name _; # This is just an invalid value which will never trigger on a real hostname.
|
server_name _; # This is just an invalid value which will never trigger on a real hostname.
|
||||||
listen 80;
|
listen 80;
|
||||||
access_log /var/log/nginx/access.log vhost;
|
access_log /var/log/nginx/access.log vhost;
|
||||||
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;
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue