From 8acd17e074ff71b67e7ea55603baa40849ccbc2e Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Tue, 1 Jul 2025 10:41:17 +0900 Subject: [PATCH] Fix rewrite rule in `nginx.conf` for `/lawfirm/demo3` location. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 06798fb..d8adef2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -98,7 +98,7 @@ http { location /lawfirm/demo3/ { access_by_lua_file /usr/local/openresty/nginx/conf/auth.lua; - rewrite ^/lawfirm/demo2(/.*)$ $1 break; + rewrite ^/lawfirm/demo3(/.*)$ $1 break; proxy_pass http://tld1:3000; proxy_set_header Host $host;