1
0
mirror of git://f0xx.org/ac/ac-platform-edge synced 2026-07-29 04:17:47 +03:00

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>
This commit is contained in:
Anton Afanasyeu
2026-06-24 17:45:12 +02:00
parent 93f4afcda9
commit be877cbf1a
3 changed files with 132 additions and 12 deletions

9
fe/ac-fe-upstream.conf Normal file
View File

@@ -0,0 +1,9 @@
# 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;
}