看板 DFBSD_bugs 關於我們 聯絡資訊
Peter Avalos <peter@theshell.com> 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 <bugs@lists.dragonflybsd.org> <http://bugs.dragonflybsd.org/issue1998> _____________________________________________________