Aleix Boné afd3aa112d Fix nginx /cache regex
`nix-serve` does not handle duplicates in the path:
```
hut$ curl http://127.0.0.1:5000/nix-cache-info
StoreDir: /nix/store
WantMassQuery: 1
Priority: 30
hut$ curl http://127.0.0.1:5000//nix-cache-info
File not found.
```

This meant that the cache was not accessible via:
`curl https://jungle.bsc.es/cache/nix-cache-info` but
`curl https://jungle.bsc.es/cachenix-cache-info` worked.

Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2025-10-01 16:40:17 +02:00
2025-10-01 16:40:17 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:16 +02:00
2025-10-01 16:40:15 +02:00
Description
Configuration for NixOS machines.
https://jungle.bsc.es/
88 MiB
Languages
Nix 87.2%
C++ 7%
Shell 3.2%
Python 1.3%
CSS 0.6%
Other 0.5%