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
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
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