whitespaces

This commit is contained in:
Jérémy Lecour 2018-02-08 11:10:38 +01:00 committed by Jérémy Lecour
parent c6d3b804d9
commit 6cb1a5765a
1 changed files with 1 additions and 2 deletions

View File

@ -1,12 +1,11 @@
server {
listen [::]:80;
listen 80;
server_name {{ ansible_fqdn }};
return 301 https://{{ ansible_fqdn }}$request_uri;
}
server {
listen 443 ssl;
# listen [::]:80 default_server ipv6only=on; ## listen for ipv6