ansible-config/roles/nginx/files/snippets/error-pages.conf
Alexander Dietrich 7956d09b3e New nginx role
2018-11-10 00:20:18 +01:00

6 lines
89 B
Plaintext

error_page 502 /_error-pages/502.html;
location ^~ /_error-pages {
root /var/www;
}