argos/docs/deployment/nginx.md
2024-09-26 05:09:34 +02:00

557 B
Raw Blame History

description
How to configure Nginx to use with Argos.

Using Nginx as reverse proxy

Here is a example for Nginx configuration:

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

If you want to use Argos under a subdirectory of your web server, youll need to set the root_path setting in Argoss configuration and set Nginx like this:

---
caption: Nginxs location for Argos in a subdirectory
---