add rule for origin
This commit is contained in:
parent
93dd1a7aed
commit
b4ab84c445
@ -22,6 +22,7 @@ server {
|
|||||||
|
|
||||||
location /heruvym/ {
|
location /heruvym/ {
|
||||||
proxy_set_header Referer $host;
|
proxy_set_header Referer $host;
|
||||||
|
proxy_set_header Origin $http_origin;
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user