corrections pour le sftp
[lhc/ansible.git] / templates / nginx_www_server.j2
index 1000490..ace724b 100644 (file)
@@ -1,5 +1,6 @@
 server {
     listen 80;
+    include /etc/nginx/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/common.conf;
     server_name {{ DOMAIN }}.{{ TLD }};
     access_log /home/sites/log/nginx/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/access.log main buffer=32k;
     error_log  /home/sites/log/nginx/{{ TLD }}/{{ DOMAIN }}/{{ SITE }}/error.log warn;