X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fnginx_www_common.j2;fp=templates%2Fnginx_www_common.j2;h=d52083b98e1c3bc87b75edc7d42a03cbb43d999c;hb=0e7e1f059f943f6617400cc32d155d73b4b4b9a3;hp=a1484aea9dd13dadbce39d370332771a3a6fe012;hpb=1bf73a13c5876ad0d36edf6baf19a4bd2055eea4;p=lhc%2Fansible.git diff --git a/templates/nginx_www_common.j2 b/templates/nginx_www_common.j2 index a1484ae..d52083b 100644 --- a/templates/nginx_www_common.j2 +++ b/templates/nginx_www_common.j2 @@ -1,7 +1,7 @@ server_name - {{ DOMAIN }}.{{ TLD }} - www.{{ DOMAIN }}.{{ TLD }}; -root /home/site/data/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/; + {{ DOMAIN }}.{{ TLD }} + www.{{ DOMAIN }}.{{ TLD }}; +root /home/site/data/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/; index index.html; client_body_buffer_size 8k;