This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
events { | |
worker_connections 1024; | |
} | |
http { | |
server { | |
listen 63399; | |
location / { | |
proxy_set_header Referer ""; | |
proxy_set_header Origin ""; |
OlderNewer