Hacker News new | ask | show | jobs
by auspex 1676 days ago
Anyone know of a good hosted documentation that allows you to password protect the docs for a startup? (We don’t want public documentation and want to control access per user)
1 comments

You can use whatever documentation software you want, and let the web server handle access control:

https://docs.nginx.com/nginx/admin-guide/security-controls/c...

You can Google 'nginx reverse proxy authentication' to find guides.