Hello!
On Wed, Jul 23, 2014 at 01:35:31PM -0400, ericreiss wrote:
> 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/w
Never mind, I see what it is doing now.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252003,252004#msg-252004
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
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