One of my hosting customers has asked how to serve static files (such as images, css etc) in a Node.js selector app?
The passenger documentation says that files in the public/ sub folder will be statically served but this isn't happening.
When I create a node.js app in the selector it automatically creates the public sub folder but serving of static files does not work
Can anyone advise me on this please so I can help my customer out?
The passenger documentation says that files in the public/ sub folder will be statically served but this isn't happening.
When I create a node.js app in the selector it automatically creates the public sub folder but serving of static files does not work
Can anyone advise me on this please so I can help my customer out?
Comment