Merge branch 'main' into main

This commit is contained in:
c15412 2024-09-05 10:56:16 +08:00 committed by GitHub
commit 1cab1c218c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,7 @@ upstream imgaz-pixiv-net {
server 210.140.131.153:443; server 210.140.131.153:443;
} }
upstream i-pximg-net { upstream i-pximg-net {
server 210.140.92.141:443; server 210.140.92.141:443;
server 210.140.92.142:443; server 210.140.92.142:443;
@ -496,4 +497,4 @@ server {
include Proxy.conf; include Proxy.conf;
} }
} }
# EA End # EA End

View File

@ -124,7 +124,6 @@ server {
location / { location / {
#set $rewrite_host "${http_host}.edgesuite.net"; #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://$rewrite_host;
proxy_pass https://AkamaiCDN; proxy_pass https://AkamaiCDN;
include Proxy.conf; include Proxy.conf;

View File

@ -81,10 +81,12 @@ server {
include cert.conf; include cert.conf;
location / { location / {
proxy_pass https://list-cdn-ins/; proxy_pass https://list-cdn-ins/;
proxy_next_upstream error timeout http_429 http_500 http_502 http_503 http_504 non_idempotent; proxy_next_upstream error timeout http_429 http_500 http_502 http_503 http_504 non_idempotent;
proxy_buffer_size 128k; proxy_buffer_size 128k;
proxy_buffers 16 32k; proxy_buffers 16 32k;
proxy_busy_buffers_size 128k; proxy_busy_buffers_size 128k;
include Proxy.conf; include Proxy.conf;
} }
} }