mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-09-16 10:00
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user