small fixes
This commit is contained in:
parent
01c59caf12
commit
cacc89b7d6
@ -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
|
||||
|
@ -16,7 +16,7 @@ server {
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
}
|
||||
{% end if %}
|
||||
{% endif %}
|
||||
}
|
||||
|
||||
{% if nginx_tls_enabled %}
|
||||
|
Loading…
Reference in New Issue
Block a user