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 HTTPS, but requested an insecure resource ' http://cdn.instantcal.com/cvj.html'. This request hby geopcgeo - Nginx Mailing List - English
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 proxypass and redirect but its getting redirect loop. Can any one please help to write the nginx confby geopcgeo - Nginx Mailing List - English
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 *http://geo.mysite.com/members/ http://geo.mysite.com/members/geouser/* but in browser or in address barby geopcgeo - Nginx Mailing List - English
Can anyone please help me on it....by geopcgeo - Nginx Mailing List - English
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 ^(.*) http://recover.geo.com $1 permanent; } But login url too (wp-login.php?action=login) isby geopcgeo - Nginx Mailing List - English
Thanks Steve for your update. We are using separate mysql server and in this innodb_flush_log_at_trx_commit = 1. This site is running money transactions applications so is it safe to change this option. Also to this mysql server other servers with default nginx and PHP5-fpm configuration is connecting it and they don't have such issues. For optimization we done the above changes and causing thby geopcgeo - Nginx Mailing List - English
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 either nginx or php5-fpm it will load. Our configurations are as follows: /etc/nginx/nginx.confby geopcgeo - Nginx Mailing List - English
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 application as http://app.geo.com/paymentbut we need the tomcat war as same app. We configured proxypassby geopcgeo - Nginx Mailing List - English
Dear Support Currently we have nginx proxypass to tomcat service and is working fine. server { listen 80; server_name app.geo.com; location / { if (!-e $request_filename) { rewrite ^/(.*)$ /index.php?q=$1 last; } } location /docs { proxy_pass http://localhost:8080/officework; proxy_redirect off; proxy_set_hby geopcgeo - Nginx Mailing List - English
We also tried these options: location ^~ /cms { } location ^~ /cms/ { } But still gets same issue. We are only getting the index page.by geopcgeo - Nginx Mailing List - English
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_set_header X-Forwarded-For $proxy_add_x_forwarded_for; location / { proxy_pass http://192.168.1.1; } location /cmby geopcgeo - Nginx Mailing List - English
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_set_header X-Forwarded-For $proxy_add_x_forwarded_for; location / {by geopcgeo - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |