diff --git a/conf/SteamCDN.params b/conf/SteamCDN.params deleted file mode 100644 index 69de4e8..0000000 --- a/conf/SteamCDN.params +++ /dev/null @@ -1,12 +0,0 @@ -include cert.conf; - -location / { - resolver public1.alidns.com valid=300; - proxy_pass https://$http_host$request_uri; - proxy_http_version 1.1; - proxy_set_header Host $http_host; - proxy_set_header User-Agent $http_user_agent; - proxy_set_header Accept-Encoding ''; - proxy_ssl_server_name on; - proxy_buffering off; -} \ No newline at end of file