Forgot to mention imporant information: we are using dockerized nginx,
deployed in ECS cluster. Docker nginx image version is 1.11
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,277101,277102#msg-277102
___
nginx mailing list
nginx@nginx.org
Hello,
We are trying to find a solution from past couple of days but nothing seems
to work so far. Our server in prod going down everyday when the AWS ELB
changes ip address. Our's little complex proxy (don't ask me why we have to
do this :), there is a strong reason for it), our clients will send
There are a few approaches to this but they depend upon what you’re trying to
achieve. Are your requests POSTs or GETs? Why do you have the mirroring
configured?
If the root cause is that your mirror site cannot support the same workload as
your primary site, what do you want to happen when yo
I've installed nginx-1.12.2 on a centos 6.9 server and got it running
and streaming live video. I compiled it from source using the
instructions here:
https://www.nginx.com/resources/admin-guide/installing-nginx-open-source/
My main aim is to get nginx streaming live video to phones but more of
tha
Hello,
I have standard Apache2 Vhost configuration and I try to understand, how
to migrate to Nginx :-)
Apache2 has simple Vhost:
...
Alias /dispatcher "/foo/bin/dispatch.php"
...
We need an alias for a file, which is not in the www_root ...
In the "/opt/foo/web" we have a .htaccess, w