18 messages in ru.sysoev.nginxHow to put rewrite rules for multiple...
FromSent OnAttachments
Vishnu Kumar D RJan 15, 2009 11:27 pm 
Igor SysoevJan 15, 2009 11:47 pm 
Vishnu Kumar D RJan 16, 2009 3:48 am 
Igor SysoevJan 16, 2009 4:13 am 
Igor SysoevJan 16, 2009 5:49 am 
Vishnu Kumar D RJan 16, 2009 7:25 am 
Igor SysoevJan 16, 2009 7:39 am 
Vishnu Kumar D RJan 16, 2009 10:32 pm 
Igor SysoevJan 17, 2009 12:08 am 
Vishnu Kumar D RJan 21, 2009 8:50 pm 
Igor SysoevJan 21, 2009 10:09 pm 
Vishnu Kumar D RJan 28, 2009 2:26 am 
Igor SysoevJan 28, 2009 2:31 am 
Mahiti SupportJul 1, 2009 5:17 am 
Maxim DouninJul 1, 2009 7:28 am 
Mahiti SupportJul 31, 2009 12:55 am 
Igor SysoevJul 31, 2009 2:23 am 
Mahiti SupportJul 31, 2009 6:22 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:How to put rewrite rules for multiple plone instancesActions...
From:Vishnu Kumar D R (supp@mahiti.org)
Date:Jan 15, 2009 11:27:52 pm
List:ru.sysoev.nginx

Hi,

I am having some 10 Plone sites running on a Zope instance in port 8002. I have configured it to run behind varnish port 6081.

now, my nginx configuration is

server { listen 80; server_name server03.example.in;

#charset koi8-r;

#access_log logs/host.access.log main; location = / { rewrite (.*) / last; }

location / { proxy_pass http://localhost:6081; include /usr/local/nginx/includes/proxy.conf; }

Is this right for the specified config? Cause its not working (Actually when we give our http://localhost:8002, It opens up the main page, from there requests all handled for each site)

Thanks Vishnu, Bangalore