diff --git a/default.conf b/default.conf index 906e840..ed84cec 100644 --- a/default.conf +++ b/default.conf @@ -174,6 +174,7 @@ server { add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Client-Port $remote_port; + proxy_set_header Origin $host; proxy_pass http://10.8.0.6:8066/; }