Hallo, für COS wurde die xAdmin staging/Test Route geschaltet, betroffen ist das xADmin Routing, proxy01.ext.infra
Standardmäßig wird diese Route jetzt für alle neuen xRes Kunden ausgerollt, aber erst auf Zuruf aktiviert.
LG Gunnar
Neu im Detail:
Server haproxy01.ext.infra, /etc/haproxy/haproxy.cfg
# xadmin test=staging
#acl domain_test.$CU.xres.de hdr(host) -i test.$CU.xres.de
#acl domain_test.$CU.xres.de req_ssl_sni -i test.$CU.xres.de
#redirect code 301 location https://test.$CU.xres.de/xres_$CU/xadmin/ if domain_test.$CU.xres.de !url_LE !path_xadmin_$CU !path_webtoma_$CU
#acl domain_www.test.$CU.xres.de hdr(host) -i www.test.$CU.xres.de
#acl domain_www.test.$CU.xres.de req_ssl_sni -i www.test.$CU.xres.de
#redirect code 301 location https://test.$CU.xres.de/xres_$CU/xadmin/ if domain_www.test.$CU.xres.de !path_xadmin_$CU !url_LE
...
use_backend test_cluster if domain_test.cos.xres.de