Delete conf/SteamCDN.params

This commit is contained in:
c15412 2024-10-17 20:01:56 +08:00 committed by GitHub
parent 3346148f16
commit 3a504e4d43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}