6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
error_page 502 /error-pages/502.html;
|
|
|
|
location ^~ /error-pages {
|
|
root /var/www;
|
|
}
|