Simplify vhost for ara.recordsansible.org

Change-Id: I67a0011a305e389739736e2203a24b1f3ee1f801
This commit is contained in:
David Moreau Simard 2018-11-21 17:03:41 -05:00
parent dda029ec43
commit 62a3766a4e
No known key found for this signature in database
GPG Key ID: CBEB466764A9E621
1 changed files with 1 additions and 9 deletions

View File

@ -2,18 +2,10 @@ upstream hugo {
server 127.0.0.1:1313;
}
server {
server_name www.getara.org www.recordsansible.org;
return 301 $scheme://ara.recordsansible.org$request_uri;
}
server {
listen 80;
server_name www.getara.org getara.org www.recordsansible.org ara.recordsansible.org;
location / {
return 301 https://ara.recordsansible.org$request_uri;
}
return 301 https://ara.recordsansible.org$request_uri;
}
server {