correction syntaxe
[lhc/ansible.git] / templates / nginx_www_common.j2
1 server_name {{ DOMAIN }}.{{ TLD }} {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }};
2 {# semble ne pas être nécessaire rewrite ^/(.*) http://{{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}/$1 permanent; #}
3 root /home/sites/data/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/;
4 index index.html;
5
6 client_body_buffer_size 8k;
7 client_max_body_size 10m;
8
9 error_page 404 404.html;