I have the following code:
app.js
[...] server.get(/\\/docs\\/public\\/?.*/, restify.serveStatic({ directory: \'./public\' })); server.listen(1337, f
restify will use the directory option as a prefix for the entire route path. In your case, it will look for ./public/docs/public/index.html.
restify
directory
./public/docs/public/index.html