This repository has been archived on 2025-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
Aleix Boné fdac196c6c 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-04-15 14:08:04 +02:00
2025-04-15 14:08:04 +02:00
2025-01-16 14:23:19 +01:00
2025-01-16 15:43:13 +01:00
2025-04-08 17:14:42 +02:00
2025-04-08 17:14:42 +02:00
2023-06-16 12:13:07 +02:00
Description
Languages
Nix 98.1%
C 1.1%
Shell 0.5%
Roff 0.3%