small fixes

This commit is contained in:
Robert Kaussow 2018-08-11 15:33:16 +02:00
parent 01c59caf12
commit cacc89b7d6
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
path: /etc/nginx/conf.d/default.conf
state: absent
- name: Update conf.d files
- name: Update header.conf
template:
src: etc/nginx/conf.d/header.conf.j2
dest: /etc/nginx/conf.d/header.conf

View File

@ -16,7 +16,7 @@ server {
location = /50x.html {
root /usr/share/nginx/html;
}
{% end if %}
{% endif %}
}
{% if nginx_tls_enabled %}