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;
|
minimumDiskFree = 2;
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
server_store_uri = https://cache.kyouma.net
|
||||||
binary_cache_public_uri = https://cache.kyouma.net
|
binary_cache_public_uri = https://cache.kyouma.net
|
||||||
evaluator_workers = 8
|
evaluator_workers = 8
|
||||||
evaluator_max_memory_size = 4096
|
evaluator_max_memory_size = 4096
|
||||||
|
@ -32,9 +33,7 @@
|
||||||
kyouma.nginx.virtualHosts = {
|
kyouma.nginx.virtualHosts = {
|
||||||
"hydra.kyouma.net".locations."/".proxyPass = "http://localhost:3000";
|
"hydra.kyouma.net".locations."/".proxyPass = "http://localhost:3000";
|
||||||
"cache.kyouma.net" = {
|
"cache.kyouma.net" = {
|
||||||
locations."/" = {
|
locations."/".proxyPass = "http://[::1]:5555";
|
||||||
proxyPass = "http://[::1]:5555";
|
|
||||||
};
|
|
||||||
locations."= /" = {
|
locations."= /" = {
|
||||||
return = ''200 'Public key:\n\ncache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=' '';
|
return = ''200 'Public key:\n\ncache.kyouma.net:Frjwu4q1rnwE/MnSTmX9yx86GNA/z3p/oElGvucLiZg=' '';
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue