forked from data.coop/ansible
Fix vhost-www
This commit is contained in:
parent
019b646caa
commit
3b8c475bb1
|
@ -1,4 +1,2 @@
|
|||
server {
|
||||
server_name www.data.coop;
|
||||
return 301 $scheme://data.coop$request_uri;
|
||||
}
|
||||
server_name www.data.coop;
|
||||
return 301 $scheme://data.coop$request_uri;
|
||||
|
|
Loading…
Reference in a new issue