diff --git a/nginx.conf b/nginx.conf index 1aa26801..321ea98f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -80,6 +80,14 @@ server { proxy_set_header X-Real-IP $remote_addr; } + location /besure/ { + proxy_pass http://ngsk.tech:39001/besure/; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + } + + location / { root /usr/share/nginx/html; index index.html index.htm;