mirror of
git://f0xx.org/ac/ac-platform-edge
synced 2026-07-29 02:59:14 +03:00
fe: add connection_upgrade map for apps.conf proxy
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
committed by
Anton Afanasyeu
parent
be877cbf1a
commit
85e9be9a40
@@ -1,6 +1,11 @@
|
|||||||
# Shared cluster upstream — include in http {} before apps.conf / ac-fe.conf.
|
# Shared cluster upstream — include in http {} before apps.conf / ac-fe.conf.
|
||||||
# STAGING/DEV: cast01–03 lab cluster (no artc0).
|
# STAGING/DEV: cast01–03 lab cluster (no artc0).
|
||||||
|
|
||||||
|
map $http_upgrade $connection_upgrade {
|
||||||
|
default upgrade;
|
||||||
|
'' close;
|
||||||
|
}
|
||||||
|
|
||||||
upstream ac_be_backend {
|
upstream ac_be_backend {
|
||||||
server cast01.intra.raptor.org:80;
|
server cast01.intra.raptor.org:80;
|
||||||
server cast02.intra.raptor.org:80 backup;
|
server cast02.intra.raptor.org:80 backup;
|
||||||
|
|||||||
Reference in New Issue
Block a user