Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

With these nginx settings, it does mitigate it for me.

    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Protocol http;
    proxy_set_header Host $http_host;
    proxy_pass http://127.0.0.1:8000;
    proxy_redirect off;


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: