URL is not pointing to https on iframe

2016-10-03 Thread Geo P.C.
In our site we are loading a calnedar api function that works on http ( cdn.instantcal.com) . While loading this site on our wordpress site with https its not working and getting an error: "Mixed Content: The page at ' https://www.geo.com/wp-admin/post.php?post=362&action=edit' was loaded over HTT

Redirect /login to /

2016-04-21 Thread Geo P.C.
I have a wordpress site in which be default while accessing wp.geo.com it goes to login page wp.geo.com/login/ . But what i need when i access wp.geo.com, in browser address bar it should display as wp.geo.com but inside server it should proxypass to wp.geo.com/login. We tried configuring nginx p

Through Nginx how we can hide a part of url?

2015-12-29 Thread Geo P.C.
We are using a WordPress application with Nginx as web-server. Currently we are accessing profile page as http://geo.mysite.com/members/geouser/ and is working fine. Can anyone please help me to accomplish the following that is when we access profile page, in WordPress its should go to the url *ht

Redirect to a different url based on a query.

2014-09-18 Thread Geo P.C.
We have a wordpress installation and need to redirect lost password link to another different url for this we trying to setup a redirect rule but this is not working. Can anyone please help us. location / { proxy_pass http://localhost; } location wp-login.php?action=lostpassword rewrite

Re: Strange nginx issue

2014-04-07 Thread Geo P.C.
G/day down to a few hundred > meg. > > I'm not sure if this is a strange setup but we have nginx terminating ssl > which proxies to varnish which then has 2 additional nginx nodes serving > drupal7, these use a 2 node mysql cluster and 2 memcached nodes for caching > pages etc. &g

Strange nginx issue

2014-04-07 Thread Geo P.C.
We are facing a strange issue on our servers. We have servers with 1GB RAM and some drupal sites are running on it. Generally all sites are loading fine but sometimes we are unable to access any sites. After waiting for 10mts we are getting a 502 gateway timeout error. In middle when we restart

nginx proxypass issue

2014-03-20 Thread Geo P.C.
We have a setup in which nginx proxypass is working fine for tomcat like this: server { listen 80; server_name app.geo.com; location /app { proxy_pass https://192.168.1.100:8080/app; } Now while accessing http://app.geo.com/app is working fine. Now we need to access the same app

Re: Need to proxypass to different servers.

2013-03-20 Thread Geo P.C.
Thanks for your updates. We are able to proxypass to another domain. But the issue is domain’s sub directories are not working fine. That is in server { listen 80; server_name geotest.com; proxy_set_header Host geotest.com; proxy_set_header X-Real-IP $remote_addr; proxy_

Re: Need to proxypass to different servers.

2013-03-19 Thread Geo P.C.
server name as geotest.com So can you please help us on it. Thanks Geo On Tue, Mar 19, 2013 at 2:50 PM, Francis Daly wrote: > On Tue, Mar 19, 2013 at 09:25:09AM +0530, Geo P.C. wrote: > > Hi there, > > > We have 3 servers with Nginx as webserver. The setup is as follows:

Need to proxypass to different servers.

2013-03-18 Thread Geo P.C.
We have 3 servers with Nginx as webserver. The setup is as follows: Server1 : Proxy server Server2 : App Server1 Server3 : App Server 2 In both App servers port 80 is accessed only by Proxy server. We need to setup in such a way that while accessing geotest.com it will go to proxy server