mirror of
				https://github.com/solero/wand.git
				synced 2025-11-04 06:32:04 +00:00 
			
		
		
		
	Update vanilla.conf.template to support auto-activation
This commit is contained in:
		@@ -22,8 +22,8 @@ server {
 | 
			
		||||
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    location ~ ^/(.*)/penguin/activate {
 | 
			
		||||
        proxy_pass http://dash:3000/activate/vanilla/$1;
 | 
			
		||||
    location ~ ^/(.*)/penguin/activate/(.*) {
 | 
			
		||||
        proxy_pass http://localhost:3000/activate/vanilla/$1/$2;
 | 
			
		||||
        proxy_redirect off;
 | 
			
		||||
        proxy_set_header Host $host;
 | 
			
		||||
        proxy_set_header X-Real-IP $remote_addr;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user