Update default.conf

This commit is contained in:
Mikhail 2024-06-07 19:01:56 +00:00
parent ecc9a69afa
commit af8b05a8a8

@ -172,6 +172,8 @@ server {
add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization,response-type always;
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_pass http://10.8.0.6:8066/;
}