Aleix Boné 5d549df767 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.
2025-02-26 15:31:05 +01:00
2025-02-26 15:31:05 +01:00
2025-01-16 14:23:19 +01:00
2025-01-16 15:43:13 +01:00
2025-01-16 15:43:13 +01:00
2023-09-04 21:36:31 +02:00
2023-06-16 12:13:07 +02:00
Description
Configuration for NixOS machines.
https://jungle.bsc.es/
136 MiB
Languages
Nix 86.3%
C++ 5.5%
Shell 2.6%
Haskell 2.5%
C 1.4%
Other 1.5%