10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
server {
|
|
listen 8090;
|
|
server_name localhost;
|
|
|
|
error_page 502 /502.html;
|
|
|
|
location / {
|
|
root /usr/share/nginx/error-pages;
|
|
}
|
|
} |