remove pdr

This commit is contained in:
41666 2024-03-27 21:53:38 -04:00
parent b511f16e49
commit 59c2a41e0b

View file

@ -30,7 +30,7 @@ in {
ps2l_saerro.servers."${tsHost "ps2live" 8101}" = {};
ps2l_aggpop.servers."${tsHost "ps2live" 8201}" = {};
ps2l_metagame.servers."${tsHost "ps2live" 8301}" = {};
pdr.servers."${tsHost "porcelain-doll-repair" 3000 }" = {};
# pdr.servers."${tsHost "porcelain-doll-repair" 3000 }" = {};
};
proxyCachePath."pdr" = {
@ -94,20 +94,20 @@ in {
};
"doll.repair" = static { src = flakePackage "doll-repair"; };
"porcelain.doll.repair" = {
# "porcelain.doll.repair" = {
locations."/" = {
recommendedProxySettings = true;
proxyPass = "http://pdr";
proxyWebsockets = true;
extraConfig = ''
proxy_cache pdr;
proxy_cache_lock on;
proxy_cache_use_stale updating;
add_header X-Cache $upstream_cache_status;
'';
};
} // defaultConfig;
# locations."/" = {
# recommendedProxySettings = true;
# proxyPass = "http://pdr";
# proxyWebsockets = true;
# extraConfig = ''
# proxy_cache pdr;
# proxy_cache_lock on;
# proxy_cache_use_stale updating;
# add_header X-Cache $upstream_cache_status;
# '';
# };
# } // defaultConfig;
};
};