diff options
-rw-r--r-- | ops/modules/www/login.tvl.fyi.nix | 2 | ||||
-rw-r--r-- | third_party/apereo-cas/overlay/etc/cas/config/cas.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ops/modules/www/login.tvl.fyi.nix b/ops/modules/www/login.tvl.fyi.nix index 05b7cee25338..dd2e96324186 100644 --- a/ops/modules/www/login.tvl.fyi.nix +++ b/ops/modules/www/login.tvl.fyi.nix @@ -13,7 +13,7 @@ extraConfig = '' location / { - proxy_pass http://localhost:8443; + proxy_pass http://localhost:8444; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-Proto https; proxy_set_header Host $host; diff --git a/third_party/apereo-cas/overlay/etc/cas/config/cas.properties b/third_party/apereo-cas/overlay/etc/cas/config/cas.properties index f783ad0861c0..01515613d7ac 100644 --- a/third_party/apereo-cas/overlay/etc/cas/config/cas.properties +++ b/third_party/apereo-cas/overlay/etc/cas/config/cas.properties @@ -6,7 +6,7 @@ server.servlet.context.path=/ cas.service-registry.json.location=file:/etc/cas/services -server.port=8443 +server.port=8444 server.address=127.0.0.1 server.ssl.enabled=false |