meow
This commit is contained in:
parent
c2fc1660bf
commit
43340ba8a9
1 changed files with 2 additions and 3 deletions
|
@ -15,6 +15,7 @@
|
|||
minimumDiskFree = 2;
|
||||
useSubstitutes = true;
|
||||
extraConfig = ''
|
||||
server_store_uri = https://cache.kyouma.net
|
||||
binary_cache_public_uri = https://cache.kyouma.net
|
||||
evaluator_workers = 8
|
||||
evaluator_max_memory_size = 4096
|
||||
|
@ -32,9 +33,7 @@
|
|||
kyouma.nginx.virtualHosts = {
|
||||
"hydra.kyouma.net".locations."/".proxyPass = "http://localhost:3000";
|
||||
"cache.kyouma.net" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://[::1]:5555";
|
||||
};
|
||||
locations."/".proxyPass = "http://[::1]:5555";
|
||||
locations."= /" = {
|
||||
return = ''200 'Public key:\n\ncache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=' '';
|
||||
extraConfig = ''
|
||||
|
|
Loading…
Reference in a new issue