Peter Avalos <[email protected]> added the comment:

Try a simple config like:
server {
listen 8001;
location / {
proxy_set_header Host www.airwarriors.com;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://www.airwarriors.com:81;
proxy_redirect http://www.airwarriors.com:81/ http://www.airwarriors.com/;
}
}

Then try to grab http://localhost:8001/forum/AWVB3admincp/index.php

Only get 3316 bytes (should be 7674).

When I switch nginx to use select instead of kqueue, it works fine.

_____________________________________________________
DragonFly issue tracker <[email protected]>
<http://bugs.dragonflybsd.org/issue1998>
_____________________________________________________

Reply via email to