Binary Cache: Difference between revisions
imported>Ncfavier Improve nginx configuration |
imported>Ncfavier No edit summary |
||
Line 55: | Line 55: | ||
# ... existing hosts config etc. ... | # ... existing hosts config etc. ... | ||
"binarycache.example.com" = { | "binarycache.example.com" = { | ||
locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; | locations."/".proxyPass = "http://${config.services.nix-serve.bindAddress}:${toString config.services.nix-serve.port}"; | ||
}; | }; |