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

10 lines
174 B
Plaintext
Raw Normal View History

2020-07-21 02:37:37 +02:00
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;
}