Re: Documentation / Beginner's Guide error

2014-07-23 Thread ericreiss
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

Documentation / Beginner's Guide error

2014-07-23 Thread ericreiss
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