Use nginx to serve website and other services

Instead of using multiple tunels to forward all our services to the VM
that serves jungle.bsc.es, just use nginx to redirect the traffic from
hut. This allows adding custom rules for paths that are not posible
otherwise.

Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
2024-09-16 16:33:34 +02:00
parent f8ec090836
commit 7f539d7e06
2 changed files with 62 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
./gitea.nix
./msmtp.nix
./postgresql.nix
./nginx.nix
#./pxe.nix
];