Welcome! Log In Create A New Profile

Advanced

Unable to login with proxypass

Geo P.C.
August 01, 2012 06:22AM
Dear Sir

We need to proxy pass an url in which my.domain.com need to get
drupal.apps.server.com. We configured rewrite and is working fine.

Then we configured proxypass and while accessing my.domain.com we are
getting the contents but we are unable to login to application (Drupal
admin page). If you are accessing directly through
drupal.apps.server.comwe are able to login and access the admin page.

Please see our configuration :
server {
listen 80;
server_name my.domain.com;
location /{
proxy_pass http://drupal.get apps.server.com/;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

Can anyone please help us on it.

Thanks
Geo
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Unable to login with proxypass

Geo P.C. August 01, 2012 06:22AM

Re: Unable to login with proxypass

António P. P. Almeida August 01, 2012 07:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 165
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready