forked from mirrors_public/oddlama_nix-config
fix: remove oauth2.enable for main portal (it's the oauth2-proxy anyway)
This commit is contained in:
parent
129559b503
commit
45f8745ae8
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ in {
|
||||||
virtualHosts.${cfg.portalDomain} = {
|
virtualHosts.${cfg.portalDomain} = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEWildcardHost = true;
|
useACMEWildcardHost = true;
|
||||||
oauth2.enable = true;
|
|
||||||
locations."/".proxyPass = "http://oauth2-proxy";
|
locations."/".proxyPass = "http://oauth2-proxy";
|
||||||
|
|
||||||
locations."/oauth2/" = {
|
locations."/oauth2/" = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue