Update to 2022-09-16 10:00

This commit is contained in:
Daniel Berteaud
2022-09-16 10:00:09 +02:00
parent 5f63198ca7
commit 0af60855cc
13 changed files with 32 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ http {
listen 443{% if nginx_default_vhost_name == '_' %} default_server{% endif %} ssl http2;
server_name {{ nginx_default_vhost_name }};
root /usr/share/nginx/html;
root {{ nginx_root }};
# Load location fragments in the default vhost
include /etc/nginx/ansible_location.d/*.conf;
@@ -99,6 +99,9 @@ http {
include /etc/nginx/ansible_conf.d/acme.inc;
location / {
{% if nginx_autoindex %}
autoindex on;
{% endif %}
}
location ~ \.ht {