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
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
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
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
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
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
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
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_
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:
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
10 matches
Mail list logo