1
0
mirror of git://f0xx.org/ac/ac-platform-edge synced 2026-07-29 04:17:47 +03:00
Files
ac-platform-edge/fe/ac-fe-upstream.conf
Anton Afanasyeu be877cbf1a fe: cluster upstream for apps.f0xx.org; deprecate artc0 proxy
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>
2026-06-24 17:45:12 +02:00

10 lines
295 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).
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;
}