Add redirection fix for reverse proxy

This commit is contained in:
2022-07-07 19:36:54 +02:00
parent cd3bc9aa90
commit 557e176d3d
2 changed files with 35 additions and 4 deletions

View File

@ -26,7 +26,7 @@ int rev_proxy_preload();
int rev_proxy_request_header(http_req *req, int enc);
int rev_proxy_response_header(http_req *req, http_res *res);
int rev_proxy_response_header(http_req *req, http_res *res, host_config *conf);
int rev_proxy_init(http_req *req, http_res *res, http_status_ctx *ctx, host_config *conf, sock *client,
http_status *custom_status, char *err_msg);