mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 nginx代理easy-retry缺少路径问题
This commit is contained in:
		@@ -121,7 +121,7 @@ http {
 | 
			
		||||
            proxy_set_header X-Real-IP $remote_addr;
 | 
			
		||||
            proxy_set_header REMOTE-HOST $remote_addr;
 | 
			
		||||
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
 | 
			
		||||
            proxy_pass http://easyretry-server/;
 | 
			
		||||
            proxy_pass http://easyretry-server/easy-retry/;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        error_page   500 502 503 504  /50x.html;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user