Re: reverse proxy - http (80) to https (back-end) in Docker container

2019-05-27 Thread Aleksandar Lazic
Hi. Am 27.05.2019 um 19:51 schrieb Joey Côté: > Hello all, > > I am attempting to use nginx as a reverse proxy to funnel HTTP traffic to a > HTTPS back-end (both in a Docker container). I cannot enable HTTPS on my > front-end yet, so this would be a temporary solution to my issue. > > Only one o

reverse proxy - http (80) to https (back-end) in Docker container

2019-05-27 Thread Joey Côté
Hello all, I am attempting to use nginx as a reverse proxy to funnel HTTP traffic to a HTTPS back-end (both in a Docker container). I cannot enable HTTPS on my front-end yet, so this would be a temporary solution to my issue. Only one of my back-end application is giving me an issue right now, an

Re: Reading large request body using ngx_http_read_client_request_body

2019-05-27 Thread Maxim Dounin
Hello! On Fri, May 24, 2019 at 05:15:40PM -0400, NginxNewbee wrote: > Should other nginx methods like ngx_http_output_filter and > ngx_http_finalize_request be used on main thread as well ? I am using > ngx_http_finalize_request in the thread's completion handler already. > However I was wonderin