fix(core): update
This commit is contained in:
		| @@ -99,6 +99,8 @@ export let getHostConfigString = (hostNameArg: string, destinationIpArg: string, | ||||
| 				proxy_set_header        X-Real-IP $remote_addr; | ||||
| 				proxy_set_header        X-Forwarded-For $remote_addr; | ||||
| 				proxy_set_header        X-Forwarded-Proto $scheme; | ||||
| 				proxy_next_upstream error timeout http_404 http_429 http_500 http_502; | ||||
| 				proxy_next_upstream_tries 5; | ||||
| 				proxy_pass              http://${hostNameArg}; | ||||
| 			} | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user