mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
Rename some staging nginx config variables humbug => zulip.
(imported from commit 7937e0ee2b1ebbdf184be3ceec74afc206a56c83)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name staging.humbughq.com;
|
server_name staging.zulip.com;
|
||||||
return 301 https://$server_name$request_uri;
|
return 301 https://$server_name$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -8,10 +8,10 @@ server {
|
|||||||
listen 443;
|
listen 443;
|
||||||
|
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /etc/ssl/certs/staging.humbughq.com.combined-chain.crt;
|
ssl_certificate /etc/ssl/certs/staging.zulip.com.combined-chain.crt;
|
||||||
ssl_certificate_key /etc/ssl/private/staging_and_dev.humbughq.com.key;
|
ssl_certificate_key /etc/ssl/private/staging_and_dev.humbughq.com.key;
|
||||||
|
|
||||||
server_name staging.humbughq.com;
|
server_name staging.zulip.com;
|
||||||
|
|
||||||
# Avoid clickjacking attacks
|
# Avoid clickjacking attacks
|
||||||
add_header X-Frame-Options DENY;
|
add_header X-Frame-Options DENY;
|
||||||
|
|||||||
Reference in New Issue
Block a user