fix: office24.omnl.org -> office24.omdnl.org in domain manifest and nginx
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m31s
CI/CD Pipeline / Security Scanning (push) Successful in 3m58s
CI/CD Pipeline / Lint and Format (push) Failing after 52s
CI/CD Pipeline / Terraform Validation (push) Failing after 31s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 36s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 54s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 33s
Validation / validate-genesis (push) Successful in 37s
Validation / validate-terraform (push) Failing after 37s
Validation / validate-kubernetes (push) Failing after 14s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-security (push) Failing after 1m58s
Validation / validate-documentation (push) Failing after 21s
Verify Deployment / Verify Deployment (push) Failing after 1m8s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-28 13:43:21 -07:00
parent f743a156a7
commit d68e5e5eca
4 changed files with 51 additions and 4 deletions

View File

@@ -98,11 +98,11 @@ server {
include /etc/nginx/snippets/omnl-common-locations.conf;
}
# Office 24 settlement — office24.omnl.org
# Office 24 settlement — office24.omdnl.org
server {
listen 80;
listen [::]:80;
server_name office24.omnl.org;
server_name office24.omdnl.org;
add_header X-OMNL-Product "office-24" always;
add_header X-OMNL-Chains "128" always;