d52083b98e1c3bc87b75edc7d42a03cbb43d999c
[lhc/ansible.git] / templates / nginx_www_common.j2
1 server_name
2 {{ DOMAIN }}.{{ TLD }}
3 www.{{ DOMAIN }}.{{ TLD }};
4 root /home/site/data/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/;
5 index index.html;
6
7 client_body_buffer_size 8k;
8 client_max_body_size 10m;
9
10 error_page 404 404.html;