TECHZEN Zenoss User Community ARCHIVE  

Zenoss 4.2.5 behind NGINX reverse proxy on a different box.

Subject: Zenoss 4.2.5 behind NGINX reverse proxy on a different box.
Author: [Not Specified]
Posted: 2017-01-03 14:14

I have a perfectly working 4.2.5 installation being served on 8080. I have then installed NGINX on the *same* box listening on port 80, then forwarding to localhost:8080 which also works perfectly.

I have an existing NGINX reverse proxy (dedicated for the role) and would like it to point to the Zenoss 4.2.5 install.

I have an dedicated SSL loadbalancer pointing to thededicated NGINX reverse proxy is pointing to the IP of the zenoss server, but the redirects of the zport/dnd cause the URL to get mangled and the browser goes haywire!

INTERNET > AWS ELB (with Cert) > NGINX > Zenoss

Here is the config on the NGINX:

server {

listen 80;

server_name zenoss.synqst.com;

location / {

proxy_pass http://10.255.0.10:8080/;

proxy_http_version 1.1;

proxy_set_header Host $host;

proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

proxy_set_header X-Real-IP $remote_addr;

}

}



Subject: Have you seen this Newsletter
Author: Jane Curry
Posted: 2017-01-04 11:29

Have you seen this Newsletter item -http://wiki.zenoss.org/Newsletter:5/Encrypt_All_the_Bits

Cheers,

Jane

Email: jane.curry@skills-1st.co.uk    Web: https://www.skills-1st.co.uk



< Previous
Getting "endpoint not available"
  Next
Edit Trigger Button fails to load Dialog
>