feat(apereo-cas): move away from 127.0.0.1:8443

The following commit itends to bind on port 8443 on all interfaces,
so let's move this to something else.

Change-Id: Ibb94a0f4e6892b6e543b542b89bcdaaefb617f23
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3126
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Florian Klink 2021-05-21 13:21:04 +02:00 committed by flokli
parent 5036ae4376
commit cd2e889f41
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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