mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Rename some staging nginx config variables humbug => zulip.
(imported from commit 7937e0ee2b1ebbdf184be3ceec74afc206a56c83)
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
server {
 | 
			
		||||
    listen 80;
 | 
			
		||||
    server_name staging.humbughq.com;
 | 
			
		||||
    server_name staging.zulip.com;
 | 
			
		||||
    return 301 https://$server_name$request_uri;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@@ -8,10 +8,10 @@ server {
 | 
			
		||||
    listen 443;
 | 
			
		||||
 | 
			
		||||
    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;
 | 
			
		||||
 | 
			
		||||
    server_name staging.humbughq.com;
 | 
			
		||||
    server_name staging.zulip.com;
 | 
			
		||||
 | 
			
		||||
    # Avoid clickjacking attacks
 | 
			
		||||
    add_header X-Frame-Options DENY;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user