2
0
mirror of https://dev.sum7.eu/sum7/ansible-role-webserver synced 2025-01-24 04:10:30 +01:00
ansible-role-webserver/templates/10-tls.local.nginx
2020-07-21 02:37:37 +02:00

10 lines
174 B
Nginx Configuration File

location / {
root /usr/share/nginx/html;
index index.html index.htm;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}