Fix the new registry port

This commit is contained in:
Greg Hellings
2025-02-28 11:03:58 -06:00
parent 26e44be698
commit a68049f0c9
+1 -1
View File
@@ -164,7 +164,7 @@ in
} }
]; ];
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:5000/"; proxyPass = "http://127.0.0.1:4567/";
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
extraConfig = '' extraConfig = ''