fix: remove unneeded /dex reverse proxy

This commit is contained in:
halcyon 2022-12-17 19:45:06 +01:00
parent c91bcb11f8
commit cd1647e5d6
No known key found for this signature in database
GPG key ID: 7C1F2DA2BC929412

View file

@ -56,7 +56,6 @@ in
enableACME = true;
locations = {
"/".proxyPass = "http://localhost:${toString config.services.portunus.port}";
"/dex".proxyPass = "http://localhost:${toString config.services.portunus.dex.port}";
};
};
};