add rule for origin

This commit is contained in:
Skeris 2023-04-28 21:48:27 +03:00 committed by skeris
parent 93dd1a7aed
commit b4ab84c445

@ -22,6 +22,7 @@ server {
location /heruvym/ {
proxy_set_header Referer $host;
proxy_set_header Origin $http_origin;
proxy_set_header Connection '';
proxy_http_version 1.1;
chunked_transfer_encoding off;