@sammcj commented on GitHub:
Oh wow ok - yeah the bundle install with --binstubs seemed to fix it!
Thank you!
@paolafrancesca commented on GitHub:
damn, I tested only once, it worked, now not anymore can you ask in the nginx mailing list?
@srinisubramanian commented on GitHub:
Here’s what I did for now.
- Switched off auth in transfer.sh
- Enabled http basic auth in nginx for the transfersh site except for GET
- This…
@paolafrancesca commented on GitHub:
just to know, did you ask in the nginx mailing list? otherwise I will do
@srinisubramanian commented on GitHub:
Will do
@srinisubramanian commented on GitHub:
I will ask tomorrow. If you want to go ahead
@paolafrancesca commented on GitHub:
@srinisubramanian I found the solution:
proxy_request_buffering off;
available from nginx 1.7.11: https://nginx.org/en/docs/http/ngx_http_proxy_module.ht…
@paolafrancesca commented on GitHub:
@srinisubramanian just subscribed to the mailing list and waiting for confirmation email as well
https://forum.nginx.org may be an alternative if you want…
@paolafrancesca commented on GitHub:
oki thanks
@srinisubramanian commented on GitHub:
Having trouble getting on to that mailing list. Confirmation mail never reaches, tried a couple.
@aspacca can you please post?
@srinisubramanian commented on GitHub:
@aspacca This works, thanks. Also the behavior is such that the user id/pwd is prompted right at the beginning which is good. Thanks for following up on this.
@brodjieski commented on GitHub:
Added NOTE in PDF/HTML to rules that are marked as manual.
@bernstei commented on GitHub:
My preference would be to indicate this in the remediation script's output, although I agree that'd be non trivial - it's easy enough to note that it's manual when…