argos/docs/deployment/nginx.md
2024-03-28 14:09:16 +01:00

482 B
Raw Blame History

Using Nginx as reverse proxy

As Argos has no authentication mechanism for the front-end, you need to protect some routes with HTTP authentication.

To do so on Debian, install apache2-utils then create a file containing the wanted credentials:

htpasswd -c /etc/nginx/argos.passwd argos_admin

You can then use this file to protect the front-ends routes:

---
caption: /etc/nginx/sites-available/argos.example.org
---