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;