Re: NGINX serving data via NFS mount

2013-08-12 Thread Jonathan Matthews
On 12 Aug 2013 09:41, "Rakshith" wrote: > > So here is what the export policy looks like: > > Policy RuleAccess Client RO > Vserver Name Index Protocol MatchRule > --- -- - > - > vs0

Re: NGINX serving data via NFS mount

2013-08-12 Thread Rakshith
So here is what the export policy looks like: Policy RuleAccess Client RO Vserver Name Index Protocol MatchRule --- -- - - vs0 default 1 any 0.0.0.0/0

Re: NGINX serving data via NFS mount

2013-08-12 Thread Steve Holdoway
It makes no difference what file system the file is on. You just need to ensure that the files are accessible, so take care with uid/gid used to mount, as well as file ownership. Standard entries in /etc/exports work from what I remember. You will have a performance hit to contend with. I usua

Re: NGINX serving data via NFS mount

2013-08-12 Thread Jonathan Matthews
On 12 Aug 2013 08:34, "Rakshith" wrote: > > Hi, > > Can anybody tell me what are the things needed by nginx to forward the > request via the NFS mount point?? Changes to the config file as such?? Nothing special is needed in my experience. That's the point of NFS exposing a "normal" file system t

NGINX serving data via NFS mount

2013-08-12 Thread Rakshith
Hi, Can anybody tell me what are the things needed by nginx to forward the request via the NFS mount point?? Changes to the config file as such?? The config file looks like as shown below: http { . . server { listen *:80 default accept_filter=httpready; server_nam