Fix haproxy config
All checks were successful
CI / build (push) Successful in 1m8s
CI / deploy (docs-ops.qo.is) (push) Successful in 47s
CI / deploy (system-vm) (push) Successful in 1m7s
CI / deploy (system-physical) (push) Successful in 1m46s
CI / deploy-ci (push) Successful in 45s

This commit is contained in:
Fabian Hauser 2025-07-11 22:19:30 +03:00
parent 74b51b56ef
commit 0d3e2398bc

View file

@ -78,11 +78,11 @@ let
server s1 ${getBackplaneIp "cyprianspitz"}:${headscalePort} server s1 ${getBackplaneIp "cyprianspitz"}:${headscalePort}
# Winder Study Project (tmp) # Winder Study Project (tmp)
backend workstations-3000 backend workstations-3000-http
mode http mode http
server s1 10.247.0.156:3000 server s1 10.247.0.156:3000
backend workstations-8080 backend workstations-8080-http
mode http mode http
server s1 10.247.0.156:8080 server s1 10.247.0.156:8080
''; '';