mirror of
				https://github.com/solero/wand.git
				synced 2025-11-03 22:22:03 +00:00 
			
		
		
		
	Merge pull request #11 from Blueyzachary/patch-4
Add manager to Legacy nginx Conf
This commit is contained in:
		@@ -39,6 +39,15 @@ server {
 | 
			
		||||
        proxy_set_header X-Real-IP $remote_addr;
 | 
			
		||||
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    location /manager {
 | 
			
		||||
        proxy_pass http://dash:3000/manager;
 | 
			
		||||
        proxy_redirect off;
 | 
			
		||||
        proxy_set_header Host $host;
 | 
			
		||||
        proxy_set_header X-Real-IP $remote_addr;
 | 
			
		||||
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
server {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user