diff --git a/nixos/hosts/ingress-proxy/default.nix b/nixos/hosts/ingress-proxy/default.nix index bc9f629..8d4da80 100644 --- a/nixos/hosts/ingress-proxy/default.nix +++ b/nixos/hosts/ingress-proxy/default.nix @@ -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; }; };