Fix rewrite rule in nginx.conf for /lawfirm/demo3 location.

This commit is contained in:
2025-07-01 10:41:17 +09:00
parent eb635cd3d0
commit 8acd17e074

View File

@@ -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;