mirror of https://github.com/zulip/zulip.git
Nginx: Make zephyr.humbughq.com an alias for humbughq.com
(imported from commit d23ef5aeed990a04f294b7dffe322b8d174c1f07)
This commit is contained in:
parent
0af3199d7c
commit
2fcb9cfd49
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue