Update default.conf

This commit is contained in:
Mikhail 2024-03-07 19:14:42 +00:00
parent 6b4e963402
commit cd1927f75a

@ -56,7 +56,7 @@ server {
add_header Access-Control-Allow-Headers content-type,authorization,sess always; add_header Access-Control-Allow-Headers content-type,authorization,sess always;
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 Referer $host; proxy_set_header Referer $host;
proxy_set_header Origin $http_origin; proxy_set_header Origin $http_referer;
proxy_set_header Connection ''; proxy_set_header Connection '';
proxy_http_version 1.1; proxy_http_version 1.1;
chunked_transfer_encoding off; chunked_transfer_encoding off;