From 822a5fc10b5fb36e0597bd40555f895879747b16 Mon Sep 17 00:00:00 2001 From: Steven Le Date: Sat, 25 Apr 2026 15:00:24 -0700 Subject: [PATCH] fix sceta nginx routing --- nginx.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nginx.conf b/nginx.conf index 0ea6bd861..802988f08 100644 --- a/nginx.conf +++ b/nginx.conf @@ -78,6 +78,9 @@ http { resolver 127.0.0.11 valid=15s; proxy_set_header Host $host; + proxy_set_header X-Original-URL "$scheme://$host$request_uri"; + proxy_set_header X-Base-URL "$scheme://$host"; + proxy_set_header X-Forwarded-Prefix /transit; set $upstream http://sceta-nginx.sce; proxy_pass $upstream;