Is there a way to protect 1 folder on the website running on static nginx?
Example:
http://www.example.com/protected-folder/
If I load domain it should be public, if I load "protected-folder" it should ask for a
password. Is there a way to achieve this?
To help you I am running it on "Webfaction" host as a Static App.
Thank you.