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

Documentation / Beginner's Guide error (2 replies)

$
0
0
Just getting started with NGINX and reading the Beginner's Guide.

The guide says to create two directories:
/data/www
/data/images

Then goes on to tell you to setup two locations:
location / {
root /data/www;
}

and

location /images/ {
root /data;
}

Then says the results should look like this:

server {
location / {
root /data/www;
}

location /images/ {
root /data;
}
}

Isn't the second location root path incorrect? It is missing the /images subfolder.

Viewing all articles
Browse latest Browse all 7229

Trending Articles



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