Update default.conf

This commit is contained in:
Mikhail 2024-09-24 21:30:29 +00:00
parent 443a1fbd60
commit fb86fdaa48

@ -79,7 +79,7 @@ server {
proxy_set_header X-Client-Port $remote_port; proxy_set_header X-Client-Port $remote_port;
proxy_set_header Origin $host; proxy_set_header Origin $host;
proxy_pass http://10.8.0.6:59300/; proxy_pass http://10.8.0.6:59300;
} }