Nginx: Make zephyr.humbughq.com an alias for humbughq.com

(imported from commit d23ef5aeed990a04f294b7dffe322b8d174c1f07)
This commit is contained in:
Keegan McAllister 2012-11-30 14:58:11 -05:00
parent 0af3199d7c
commit 2fcb9cfd49
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
server {
listen 80;
server_name humbughq.com;
server_name humbughq.com zephyr.humbughq.com;
return 301 https://$server_name$request_uri;
}
@ -11,7 +11,7 @@ server {
ssl_certificate /etc/ssl/certs/app.humbughq.com.combined-chain.crt;
ssl_certificate_key /etc/ssl/private/app.humbughq.com.key;
server_name humbughq.com;
server_name humbughq.com zephyr.humbughq.com;
access_log /var/log/nginx/humbug.access.log;
error_log /var/log/nginx/humbug.error.log;