I set up a home server with ubuntu and ngingx and I can serve static files. Now I want to test some clojure files but I am not clear about how to do this. For php this seems very easy, for instance in this tutorial he adds a location for php files. Is that all I need to do, just indicate where Clojure files are in the config file?
I have the Web Development with Clojure by Dmitry Sotnikov and he talks about deployment but not specifically about nginx.
Can you point me in the right direction where I can find documentation about this?