server_name {{ DOMAIN }}.{{ TLD }} {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}; {# semble ne pas ĂȘtre nĂ©cessaire rewrite ^/(.*) http://{{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}/$1 permanent; #} root /home/sites/data/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/; index index.html; client_body_buffer_size 8k; client_max_body_size 10m; error_page 404 404.html;