location ^~ /obi/ { proxy_http_version 1.1; proxy_pass http://192.168.168.2/; proxy_cookie_path / /_obi/; proxy_buffering off; }