diff --git a/conf/Pixiv.conf b/conf/Pixiv.conf index ef6df63..6ab2051 100644 --- a/conf/Pixiv.conf +++ b/conf/Pixiv.conf @@ -51,6 +51,7 @@ upstream imgaz-pixiv-net { server 210.140.131.153:443; } + upstream i-pximg-net { server 210.140.92.141:443; server 210.140.92.142:443; @@ -496,4 +497,4 @@ server { include Proxy.conf; } } -# EA End \ No newline at end of file +# EA End diff --git a/conf/Steam.conf b/conf/Steam.conf index ebff498..1fe9a84 100644 --- a/conf/Steam.conf +++ b/conf/Steam.conf @@ -124,7 +124,6 @@ server { location / { #set $rewrite_host "${http_host}.edgesuite.net"; - resolver public1.alidns.com valid=300 ipv4=on ipv6=off; #proxy_pass https://$rewrite_host; proxy_pass https://AkamaiCDN; include Proxy.conf; diff --git a/conf/instagram.conf b/conf/instagram.conf index 01fc08e..7f98020 100644 --- a/conf/instagram.conf +++ b/conf/instagram.conf @@ -81,10 +81,12 @@ server { include cert.conf; location / { proxy_pass https://list-cdn-ins/; + proxy_next_upstream error timeout http_429 http_500 http_502 http_503 http_504 non_idempotent; proxy_buffer_size 128k; proxy_buffers 16 32k; proxy_busy_buffers_size 128k; include Proxy.conf; + } } \ No newline at end of file