Welcome! Log In Create A New Profile

Advanced

NGINX serving data via NFS mount

August 12, 2013 03:34AM
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_name vs0;
root /var/home/diag;
autoindex on;

}


The mount path is as shown above against the root entry.

This config is resulting in an error when i try to send request using Curl as shown below:

[rakshith@cyclnb15 ~]$ curl -X GET -qvk http://10.238.62.234:80/vol1_mnt_point/output.dat

< HTTP/1.1 404 Not Found

But the file actually exists:

bash-3.2# pwd
/var/home/diag/vol1_mnt_point

bash-3.2# ls
.snapshot nginx.tar output.dat


Any help on this is greatly appreciated!!!

Thanks,
Rakshith
Subject Author Posted

NGINX serving data via NFS mount

Rakshith August 12, 2013 03:34AM

Re: NGINX serving data via NFS mount

Jonathan Matthews August 12, 2013 04:24AM

Re: NGINX serving data via NFS mount

GreenGecko August 12, 2013 04:26AM

Re: NGINX serving data via NFS mount

Rakshith August 12, 2013 04:41AM

Re: NGINX serving data via NFS mount

Jonathan Matthews August 12, 2013 07:50AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 186
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