mirror of
git://f0xx.org/ac/ac-platform-edge
synced 2026-07-29 02:59:14 +03:00
Add ac-fe-upstream.conf and apps.conf using ac_be_backend (cast01–03). ac-fe.conf drops inline upstream; s.f0xx.org snippet uses cluster via separate commit. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
# Shared cluster upstream — include in http {} before apps.conf / ac-fe.conf.
|
||
# STAGING/DEV: cast01–03 lab cluster (no artc0).
|
||
|
||
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;
|
||
}
|