mirror of
https://github.com/RGBCube/ncc
synced 2025-08-01 04:27:46 +00:00
fix: make cache serve s3
This commit is contained in:
parent
8aead69aba
commit
31bf6bc062
5 changed files with 20 additions and 39 deletions
|
@ -3,8 +3,8 @@
|
|||
inherit (lib) enabled merge;
|
||||
|
||||
fqdn = "s3.${domain}";
|
||||
portS3 = 8004;
|
||||
portRpc = 8005;
|
||||
portS3 = 8003;
|
||||
portRpc = 8004;
|
||||
in {
|
||||
imports = [(self + /modules/nginx.nix)];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue