fix: remove oauth2.enable for main portal (it's the oauth2-proxy anyway)

This commit is contained in:
oddlama 2024-05-09 17:39:01 +02:00
parent 129559b503
commit 45f8745ae8
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -138,7 +138,6 @@ in {
virtualHosts.${cfg.portalDomain} = {
forceSSL = true;
useACMEWildcardHost = true;
oauth2.enable = true;
locations."/".proxyPass = "http://oauth2-proxy";
locations."/oauth2/" = {