Quantcast
Channel: Nginx Forum - How to...
Viewing all articles
Browse latest Browse all 4759

location match help

$
0
0
Hello

I am new to nginx. Please help me to set up following configuration
The root folder for site.com is /var/www(root /var/www)
But when somebody open http://site.com I want to load contents from /var/www/home
If somebody try http://site.com/anything I want to load contents from /var/www/anything

I tried following

root /var/www;
location = / {
root /var/www/home
}

didn't work

Also tried

location = / {
root /var/www/home
}

location / {
root /var/www
}

didn't work


Please help

Viewing all articles
Browse latest Browse all 4759

Trending Articles



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