Archived
1
0
forked from rarias/bscpkgs

Enable public-inbox service in tent

Reviewed-by: Aleix Boné <abonerib@bsc.es>
Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2025-06-13 11:52:10 +02:00
parent 560003d4fd
commit 8af1b259f5
2 changed files with 5 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ in
proxy_pass http://127.0.0.1:5000;
proxy_redirect http:// $scheme://;
}
location /lists {
proxy_pass http://127.0.0.1:8081;
proxy_redirect http:// $scheme://;
}
location /grafana {
proxy_pass http://127.0.0.1:2342;
proxy_redirect http:// $scheme://;