add custom 502 error page
This commit is contained in:
10
modules/apps/gateway/lib/scripts/default
Normal file
10
modules/apps/gateway/lib/scripts/default
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 8090;
|
||||
server_name localhost;
|
||||
|
||||
error_page 502 /502.html;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/error-pages;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user