Hello,
My Nginx servers are behind a proxy. Some PHP apps need to reach external web sites (for RSS feeds for example). I've tried this in nginx.conf :
env http_proxy=http://myproxy:port
but there is no effect.
How can I define a proxy for nginx ?
My Nginx servers are behind a proxy. Some PHP apps need to reach external web sites (for RSS feeds for example). I've tried this in nginx.conf :
env http_proxy=http://myproxy:port
but there is no effect.
How can I define a proxy for nginx ?