Propagate FastCGI variable REMOTE_ADDR.

This commit is contained in:
default 2024-12-19 16:14:13 +01:00
parent 70ee3289f8
commit f82c7a5cdb

View file

@ -190,7 +190,7 @@ xs_dict *xs_fcgi_request(FILE *f, xs_str **payload, int *p_size, int *fcgi_id)
q_vars = xs_url_vars(xs_list_get(pnv, 1)); q_vars = xs_url_vars(xs_list_get(pnv, 1));
} }
else else
if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|HTTP_*")) { if (xs_match(k, "CONTENT_TYPE|CONTENT_LENGTH|REMOTE_ADDR|HTTP_*")) {
if (xs_startswith(k, "HTTP_")) if (xs_startswith(k, "HTTP_"))
k = xs_crop_i(k, 5, 0); k = xs_crop_i(k, 5, 0);