Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

NGINX serving data via NFS mount (4 replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>