Skip to content
Snippets Groups Projects
Commit ab8a882b authored by Mathieu Leguay's avatar Mathieu Leguay
Browse files

WIP

parent 5311cf9f
1 merge request!1Feature/design/1
......@@ -31,6 +31,8 @@
dest: "{{ reverse_conf_dir }}/{{ item.path|regex_replace('.j2$','') }}"
with_filetree: '{{ nginx_template_dir }}'
when: item.state == 'file'
notify:
- reload nginx
- name: Ensure nginx is started
service:
......
......@@ -30,6 +30,7 @@ http {
tcp_nodelay on;
keepalive_timeout 65;
server_names_hash_bucket_size 1024;
types_hash_max_size 2048;
proxy_headers_hash_max_size 4046;
proxy_headers_hash_bucket_size 1024;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment