mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
557 B
557 B
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, you’ll need to set the root_path
setting in Argos’s configuration and set Nginx like this:
---
caption: Nginx’s location for Argos in a subdirectory
---