kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
MIT License
166 stars 9 forks source link

--follow-symlink CLI option to enable/disable symliks #10

Closed kachayev closed 5 years ago

kachayev commented 5 years ago
clj -m http.server --follow-symlink

should be able to read file/directory if it's a symlink. Otherwise, it should respond with 404.