ansible-role-webserver/templates/10-tls.local.nginx

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;
}