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 [msweet@gmail.com] Sent: Wednesday, February 26, 2014 2:55 AM To: users@cloudstack.apache.org 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
>> > > P >> > > {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A >> > > {color : black;}A.name {color : black;}HR {color : #525D76;}--> >> > > HTTP Status 404 - /client/client/api> > > noshade=&

RE: Nginx reverse proxy to cloud stack

2014-02-25 Thread Amin Samir
com > To: users@cloudstack.apache.org > 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: msweet@gmail.com > To: users@cloudstack.apache.org > > 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: msweet@gmail.com >> To: users@cloudstack.apache.o

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