X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=templates%2Fnginx_http_server.j2;fp=templates%2Fnginx_http_server.j2;h=67c6aafe7bae055c7c11c65992796d5d8b6e9339;hb=2699f86f39187494974c5a1a5c4ad22b584e2e67;hp=e7aa0e02fb2346d40c40e06bde6311f5a546e9f7;hpb=0c2bd2b01afd4d557c060695e8a002b9f9fb9928;p=lhc%2Fansible.git diff --git a/templates/nginx_http_server.j2 b/templates/nginx_http_server.j2 index e7aa0e0..67c6aaf 100644 --- a/templates/nginx_http_server.j2 +++ b/templates/nginx_http_server.j2 @@ -1,7 +1,6 @@ server { listen 80; - server_name - {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}; + server_name {{ config_ss_domain | default(SITE) }}.{{ DOMAIN }}.{{ TLD }}; disable_symlinks if_not_owner; 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;