Fixing nginx con path and setting hostname.

pull/63/head
Ivan Grynenko 8 years ago
parent bcc1e84553
commit eaa42967a3
  1. 2
      tasks/main.yml

@ -38,7 +38,7 @@
- name: Copy headers config file in place.
template:
src: headers.conf.j2
dest: "{{ nginx_conf_file_path }}/conf.d"
dest: "{{ nginx_conf_path }}"
owner: root
group: "{{ root_group }}"
mode: 0644