kit/nginx/obi110-proxy-location.inc

7 lines
169 B
PHP
Raw Normal View History

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