Skip to content
Snippets Groups Projects
Commit f191508e authored by korenstin's avatar korenstin
Browse files

Ajout des chemins de logs (reverseproxy)

parent 85d06b6b
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,15 @@
- redirect
notify: Reload nginx
- name: Create log directories
file:
path: /var/log/nginx/{{ item.from }}
state: directory
mode: 0755
owner: root
with_items:
- "{{ reverseproxy.reverseproxy_sites }}"
- name: Activate reverse proxy sites
when: reverseproxy is defined
file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment