Aleix Boné 097c7bc31f 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-02-26 15:31:05 +01:00
..
2023-10-24 11:49:42 +02:00
2025-01-14 12:01:00 +01:00
2025-01-14 12:01:00 +01:00
2023-06-14 17:28:00 +02:00
2025-02-26 15:31:05 +01:00
2023-09-12 12:19:43 +02:00
2024-09-20 11:19:30 +02:00
2023-08-25 13:21:00 +02:00