RE: Nginx reverse proxy to cloud stack

2014-02-27 Thread Santhosh Edukulla
docs format created by sebastian for 4.3. Thanks! Santhosh From: Marty Sweet [[email protected]] Sent: Wednesday, February 26, 2014 2:55 AM To: [email protected] Subject: Re: Nginx reverse proxy to cloud stack Thanks for the configuration

Re: Nginx reverse proxy to cloud stack

2014-02-25 Thread Marty Sweet
eout invalid_header http_500 http_502 > http_503; > proxy_set_headerHost$host; > proxy_set_headerX-Real-IP $remote_addr; > proxy_set_headerX-Forwarded-For $proxy_add_x_forwarded_for; > } > } > > I am st

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
rHost$host; proxy_set_headerX-Real-IP $remote_addr; proxy_set_headerX-Forwarded-For $proxy_add_x_forwarded_for; } } I am still calling http://amin.com.au/client Thanks Amin > Date: Wed, 26 Feb 2014 03:12:51 +0000 > Subject: Re

Re: Nginx reverse proxy to cloud stack

2014-02-25 Thread Marty Sweet
t; To: [email protected] >> Subject: RE: Nginx reverse proxy to cloud stack >> Date: Tue, 25 Feb 2014 08:04:56 + >> >> Hi Marty, >> >> I have tried to restart the nginx, i did not yet enable the ssl , it is just >> simple revere proxy from

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
com > To: [email protected] > Subject: RE: Nginx reverse proxy to cloud stack > Date: Tue, 25 Feb 2014 08:04:56 + > > Hi Marty, > > I have tried to restart the nginx, i did not yet enable the ssl , it is just > simple revere proxy from Nginx X back to cloud stack

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
authenticate and complete working with cloud stack management server. Thanks in advance Amin > Date: Tue, 25 Feb 2014 07:38:47 + > Subject: Re: Nginx reverse proxy to cloud stack > From: [email protected] > To: [email protected] > > Hi Amin, > > The error sho

Re: Nginx reverse proxy to cloud stack

2014-02-24 Thread Marty Sweet
> I dont know how rectify this I am newbie cloudstack and nginx. > > Thanks in advance. > Amin > > >> Date: Tue, 25 Feb 2014 04:15:40 + >> Subject: Re: Nginx reverse proxy to cloud stack >> From: [email protected] >> To: [email protected]

RE: Nginx reverse proxy to cloud stack

2014-02-24 Thread Amin Samir
he Tomcat/6.0.35 Seems there is a duplication in /client/client/api- I dont know how rectify this I am newbie cloudstack and nginx. Thanks in advance. Amin > Date: Tue, 25 Feb 2014 04:15:40 +0000 > Subject: Re: Nginx reverse proxy to cloud stack > From: msweet.

Re: Nginx reverse proxy to cloud stack

2014-02-24 Thread Marty Sweet
Hi Amin, >From first glance it seems that it could be related to your location being '/' - although I personally haven't setup CS behind NGinx before. Is there any improvement if 'proxy_pass http://localhost:8080;' is used? This should make the paths be the 'same' - although it should all be relat

Nginx reverse proxy to cloud stack

2014-02-24 Thread Amin Samir
Hello, I am trying to configure Nginx to reverse proxy cloud stack to offload SSL, I have done the following: Installed the NginxCreated a virtual host with the following:server { server_name amin.com.au; location / { proxy_set_header X-Forwarded-Host $host; proxy_set_heade