Update default.conf

This commit is contained in:
Mikhail 2024-06-07 20:17:27 +00:00
parent af8b05a8a8
commit 9a8f7eff38

@ -174,6 +174,7 @@ server {
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Client-Port $remote_port; proxy_set_header X-Client-Port $remote_port;
proxy_set_header Origin $host;
proxy_pass http://10.8.0.6:8066/; proxy_pass http://10.8.0.6:8066/;
} }