ront of the pool of apache servers ...
# Common proxy settings
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# Return these headers back from the Apache server to the client
proxy_pass_header Set-Cookie;
proxy_pass_header Content-Type;
proxy_pass_header Content-Disposition;
proxy_pass_header Content-Length;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_redirect off;
proxy_read_timeout 300;
server {
listen 80 default deferred;
root /home/docroot/prod;
proxy_set_header Connection "";
set $the_host_header $host;
proxy_set_header Host $the_host_header;
access_log /home/nginx/openresty/nginx/logs/access.log main buffer=32k;