mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
4 lines
87 B
Text
4 lines
87 B
Text
location /foo/ {
|
|
include proxy_params;
|
|
proxy_pass http://127.0.0.1:8000/;
|
|
}
|