ansible-config/roles/nginx/files/snippets/error-pages.conf

6 lines
89 B
Plaintext
Raw Normal View History

2018-11-03 16:20:39 +01:00
error_page 502 /_error-pages/502.html;
location ^~ /_error-pages {
root /var/www;
}