Nginx -- static file serving confusion with root & alias
I need to serve my app through my app server at 8080, and my static files from a directory without touching the app server. # app server on port 8080 # nginx listens on port 8123 server...