1
0
mirror of git://f0xx.org/ac/ac-platform-edge synced 2026-07-29 03:39:25 +03:00
Files
ac-platform-edge/fe/ac-fe-upstream.conf
2026-06-24 17:49:02 +02:00

15 lines
372 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Shared cluster upstream — include in http {} before apps.conf / ac-fe.conf.
# STAGING/DEV: cast0103 lab cluster (no artc0).
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
upstream ac_be_backend {
server cast01.intra.raptor.org:80;
server cast02.intra.raptor.org:80 backup;
server cast03.intra.raptor.org:80 backup;
keepalive 8;
}