ansible-config/roles/error-pages/files/error-pages.conf
2022-05-23 22:03:24 +02:00

6 lines
87 B
Plaintext

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