corrections diverses
[lhc/ansible.git] / templates / nginx_www_common.j2
index a1484ae..d52083b 100644 (file)
@@ -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;