mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
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} = {
|
||||
forceSSL = true;
|
||||
useACMEWildcardHost = true;
|
||||
oauth2.enable = true;
|
||||
locations."/".proxyPass = "http://oauth2-proxy";
|
||||
|
||||
locations."/oauth2/" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue