mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	Merge pull request #445 from bizonix/patch-1
fix wrong redirect for automatic www subdomain redirects
This commit is contained in:
		
						commit
						43d50d0667
					
				@ -67,7 +67,7 @@ def do_web_update(env):
 | 
			
		||||
	template0 = open(os.path.join(os.path.dirname(__file__), "../conf/nginx.conf")).read()
 | 
			
		||||
	template1 = open(os.path.join(os.path.dirname(__file__), "../conf/nginx-alldomains.conf")).read()
 | 
			
		||||
	template2 = open(os.path.join(os.path.dirname(__file__), "../conf/nginx-primaryonly.conf")).read()
 | 
			
		||||
	template3 = "\trewrite / https://$REDIRECT_DOMAIN permanent;\n"
 | 
			
		||||
	template3 = "\trewrite ^(.*) https://$REDIRECT_DOMAIN$1 permanent;\n"
 | 
			
		||||
 | 
			
		||||
	# Add the PRIMARY_HOST configuration first so it becomes nginx's default server.
 | 
			
		||||
	nginx_conf += make_domain_config(env['PRIMARY_HOSTNAME'], [template0, template1, template2], env)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user