mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-24 14:48:11 +08:00
改进部分上游服务器写法,避免了可能导致"not signaled for 5s"停止的问题
This commit is contained in:
parent
0f2928178e
commit
62cd7e7f26
@ -28,8 +28,7 @@ server {
|
|||||||
server_name apps.discordapp.com;
|
server_name apps.discordapp.com;
|
||||||
server_name pax.discordapp.com;
|
server_name pax.discordapp.com;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://DiscordApp-com/;
|
proxy_pass https://DiscordApp-com/;
|
||||||
@ -60,8 +59,7 @@ server {
|
|||||||
server_name bugs.discord.com;
|
server_name bugs.discord.com;
|
||||||
server_name i18n.discord.com;
|
server_name i18n.discord.com;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://Discord-com/;
|
proxy_pass https://Discord-com/;
|
||||||
@ -96,8 +94,7 @@ server {
|
|||||||
server_name gateway.discord.gg;
|
server_name gateway.discord.gg;
|
||||||
server_name gateway-us-east1-b.discord.gg;
|
server_name gateway-us-east1-b.discord.gg;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://Discord-gg/;
|
proxy_pass https://Discord-gg/;
|
||||||
@ -120,8 +117,7 @@ server {
|
|||||||
server_name safety.discord.com;
|
server_name safety.discord.com;
|
||||||
server_name support-dev.discord.com;
|
server_name support-dev.discord.com;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://support-Discord-com/;
|
proxy_pass https://support-Discord-com/;
|
||||||
@ -142,8 +138,7 @@ server {
|
|||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name dl.discordapp.net;
|
server_name dl.discordapp.net;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://dl-discordapp-net/;
|
proxy_pass https://dl-discordapp-net/;
|
||||||
@ -166,8 +161,7 @@ server {
|
|||||||
server_name images-ext-2.discordapp.net;
|
server_name images-ext-2.discordapp.net;
|
||||||
server_name images-ext-1.discordapp.net;
|
server_name images-ext-1.discordapp.net;
|
||||||
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
include cert.conf;
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://media-discordapp-net/;
|
proxy_pass https://media-discordapp-net/;
|
||||||
|
@ -110,7 +110,8 @@ server {
|
|||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
|
|
||||||
access_log logs/GoogleVideo-access.gzip main gzip=4 buffer=4k;
|
#access_log logs/GoogleVideo-access.gzip main gzip=4 buffer=4k;
|
||||||
|
access_log off;
|
||||||
error_log logs/GoogleVideo-error.log;
|
error_log logs/GoogleVideo-error.log;
|
||||||
|
|
||||||
server_name *.googlevideo.com;
|
server_name *.googlevideo.com;
|
||||||
@ -118,7 +119,7 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
location / {
|
location / {
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
keepalive_timeout 120s;
|
keepalive_timeout 120;
|
||||||
#resolver [::1]:53 valid=180s ipv4=off ipv6=on;
|
#resolver [::1]:53 valid=180s ipv4=off ipv6=on;
|
||||||
proxy_pass https://Google-Video;
|
proxy_pass https://Google-Video;
|
||||||
proxy_next_upstream_timeout 60;
|
proxy_next_upstream_timeout 60;
|
||||||
@ -148,8 +149,7 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
location / {
|
location / {
|
||||||
proxy_max_temp_file_size 0;
|
proxy_max_temp_file_size 0;
|
||||||
keepalive_timeout 120s;
|
keepalive_timeout 120;
|
||||||
#resolver [::1]:53 valid=180s ipv4=off ipv6=on;
|
|
||||||
proxy_pass https://ggpht-com;
|
proxy_pass https://ggpht-com;
|
||||||
proxy_next_upstream_timeout 30;
|
proxy_next_upstream_timeout 30;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
|
@ -8,7 +8,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=300s;
|
|
||||||
set $checkout_paypal d37t8d3i48djc7.cloudfront.net;
|
set $checkout_paypal d37t8d3i48djc7.cloudfront.net;
|
||||||
proxy_pass https://$checkout_paypal:443/;
|
proxy_pass https://$checkout_paypal:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -23,7 +22,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=300s;
|
|
||||||
set $c_paypal c-fastly.glb.paypal.com;
|
set $c_paypal c-fastly.glb.paypal.com;
|
||||||
proxy_pass https://$c_paypal:443/;
|
proxy_pass https://$c_paypal:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
|
129
conf/Pixiv.conf
129
conf/Pixiv.conf
@ -9,18 +9,12 @@ upstream www-pixiv-net {
|
|||||||
server 210.140.131.224:443;
|
server 210.140.131.224:443;
|
||||||
server 210.140.131.225:443;
|
server 210.140.131.225:443;
|
||||||
server 210.140.131.226:443;
|
server 210.140.131.226:443;
|
||||||
keepalive 16;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
keepalive_requests 10000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream account-pixiv-net {
|
upstream account-pixiv-net {
|
||||||
server 210.140.131.219:443;
|
server 210.140.131.219:443;
|
||||||
server 210.140.131.223:443;
|
server 210.140.131.223:443;
|
||||||
server 210.140.131.226:443;
|
server 210.140.131.226:443;
|
||||||
keepalive 16;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
keepalive_requests 10000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream ssl-pixiv-net {
|
upstream ssl-pixiv-net {
|
||||||
@ -33,15 +27,13 @@ upstream sketch-pixiv-net {
|
|||||||
server 210.140.174.37:443;
|
server 210.140.174.37:443;
|
||||||
server 210.140.170.179:443;
|
server 210.140.170.179:443;
|
||||||
server 210.140.175.130:443;
|
server 210.140.175.130:443;
|
||||||
keepalive 16;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
keepalive_requests 10000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream sketch-hls-server {
|
upstream sketch-hls-server {
|
||||||
server 210.140.214.211:443;
|
server 210.140.214.211:443;
|
||||||
server 210.140.214.212:443;
|
server 210.140.214.212:443;
|
||||||
server 210.140.214.213:443;
|
server 210.140.214.213:443;
|
||||||
|
|
||||||
keepalive 16;
|
keepalive 16;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
keepalive_requests 10000;
|
keepalive_requests 10000;
|
||||||
@ -52,20 +44,9 @@ upstream imgaz-pixiv-net {
|
|||||||
server 210.140.131.144:443;
|
server 210.140.131.144:443;
|
||||||
server 210.140.131.147:443;
|
server 210.140.131.147:443;
|
||||||
server 210.140.131.153:443;
|
server 210.140.131.153:443;
|
||||||
keepalive 16;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
keepalive_requests 10000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream i-pximg-net {
|
upstream i-pximg-net {
|
||||||
#server s.pximg.net:443;
|
|
||||||
#server 210.140.92.134:443;
|
|
||||||
#server 210.140.92.135:443;
|
|
||||||
#server 210.140.92.136:443;
|
|
||||||
#server 210.140.92.137:443;
|
|
||||||
#server 210.140.92.138:443;
|
|
||||||
#server 210.140.92.139:443;
|
|
||||||
#server 210.140.92.140:443;
|
|
||||||
server 210.140.92.141:443;
|
server 210.140.92.141:443;
|
||||||
server 210.140.92.142:443;
|
server 210.140.92.142:443;
|
||||||
server 210.140.92.143:443;
|
server 210.140.92.143:443;
|
||||||
@ -109,31 +90,11 @@ upstream app-api-pixiv-net {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# default_server Start
|
# default_server Start
|
||||||
upstream rpc-hh {
|
|
||||||
server 94.100.24.67:80;
|
|
||||||
server 94.100.24.68:80;
|
|
||||||
server 94.100.24.69:80;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
listen [::]:80 default_server;
|
listen [::]:80 default_server;
|
||||||
#if ($http_host != "rpc.hentaiathome.net") {
|
|
||||||
#
|
|
||||||
access_log off;
|
access_log off;
|
||||||
rewrite ^(.*) https://$host$1 permanent;
|
rewrite ^(.*) https://$host$1 permanent;
|
||||||
#}
|
|
||||||
#location / {
|
|
||||||
# proxy_pass http://rpc-hh/;
|
|
||||||
# proxy_http_version 1.1;
|
|
||||||
# proxy_next_upstream_timeout 10;
|
|
||||||
# proxy_connect_timeout 2;
|
|
||||||
# proxy_send_timeout 2;
|
|
||||||
# proxy_read_timeout 2;
|
|
||||||
# proxy_set_header Host $http_host;
|
|
||||||
# proxy_set_header User-Agent $http_user_agent;
|
|
||||||
# proxy_set_header Accept-Encoding '';
|
|
||||||
# proxy_buffering off;
|
|
||||||
#}
|
|
||||||
}
|
}
|
||||||
# default_server End
|
# default_server End
|
||||||
|
|
||||||
@ -149,7 +110,7 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://www-pixiv-net;
|
proxy_pass https://www-pixiv-net;
|
||||||
proxy_connect_timeout 5;
|
proxy_connect_timeout 4;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -174,7 +135,7 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://account-pixiv-net/;
|
proxy_pass https://account-pixiv-net/;
|
||||||
proxy_connect_timeout 5;
|
proxy_connect_timeout 4;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -210,9 +171,10 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://i-pximg-net;
|
proxy_pass https://i-pximg-net;
|
||||||
proxy_connect_timeout 5;
|
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
|
proxy_next_upstream_timeout 60;
|
||||||
|
proxy_connect_timeout 4;
|
||||||
proxy_set_header Referer "https://www.pixiv.net/";
|
proxy_set_header Referer "https://www.pixiv.net/";
|
||||||
proxy_set_header Sec-Fetch-Site "cross-site";
|
proxy_set_header Sec-Fetch-Site "cross-site";
|
||||||
|
|
||||||
@ -231,9 +193,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://fanbox-cc/;
|
proxy_pass https://fanbox-cc/;
|
||||||
proxy_connect_timeout 5;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
proxy_set_header Connection "";
|
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
allow all;
|
allow all;
|
||||||
}
|
}
|
||||||
@ -248,9 +207,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://sketch-pixiv-net;
|
proxy_pass https://sketch-pixiv-net;
|
||||||
proxy_connect_timeout 5;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
proxy_set_header Connection "";
|
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,20 +233,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#server {
|
|
||||||
# listen 443 ssl http2;
|
|
||||||
# listen [::]:443 ssl http2;
|
|
||||||
# server_name factory.pixiv.net;
|
|
||||||
#
|
|
||||||
# include cert.conf;
|
|
||||||
#
|
|
||||||
# location / {
|
|
||||||
# proxy_pass https://210.140.131.180:443/;
|
|
||||||
# proxy_http_version 1.1;
|
|
||||||
# include proxy.params;
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -307,25 +249,9 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://imgaz-pixiv-net;
|
proxy_pass https://imgaz-pixiv-net;
|
||||||
proxy_connect_timeout 5;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
proxy_set_header Connection "";
|
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#
|
|
||||||
#server {
|
|
||||||
# listen 443 ssl http2;
|
|
||||||
# listen [::]:443 ssl http2;
|
|
||||||
#
|
|
||||||
# include cert.conf;
|
|
||||||
# server_name app-api.pixiv.net;
|
|
||||||
# location / {
|
|
||||||
# proxy_pass https://app-api-pixiv-net;
|
|
||||||
# proxy_http_version 1.1;
|
|
||||||
# include proxy.params;
|
|
||||||
# }
|
|
||||||
#}
|
|
||||||
# Pixiv End
|
# Pixiv End
|
||||||
|
|
||||||
# Wiki Start
|
# Wiki Start
|
||||||
@ -431,20 +357,6 @@ server {
|
|||||||
|
|
||||||
# github Start
|
# github Start
|
||||||
upstream Github-com {
|
upstream Github-com {
|
||||||
#server 140.82.112.3:443;
|
|
||||||
#server 140.82.112.4:443;
|
|
||||||
#server 140.82.113.3:443;
|
|
||||||
#server 140.82.113.4:443;
|
|
||||||
#server 140.82.114.3:443;
|
|
||||||
#server 140.82.114.4:443;
|
|
||||||
#server 140.82.116.3:443;
|
|
||||||
#server 140.82.116.4:443;
|
|
||||||
#server 140.82.121.3:443;
|
|
||||||
#server 140.82.121.4:443;
|
|
||||||
#server 52.69.186.44:443;#
|
|
||||||
#server 52.192.72.89:443;#
|
|
||||||
#server 52.78.231.108:443;#52.192.72.89
|
|
||||||
#server 52.69.186.44:443;
|
|
||||||
server 20.205.243.166:443;
|
server 20.205.243.166:443;
|
||||||
server 20.27.177.113:443;
|
server 20.27.177.113:443;
|
||||||
server 20.200.245.247:443;
|
server 20.200.245.247:443;
|
||||||
@ -486,9 +398,9 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://Github-com/;
|
proxy_pass https://Github-com/;
|
||||||
|
proxy_connect_timeout 4;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
proxy_connect_timeout 5;
|
|
||||||
proxy_headers_hash_max_size 8192;
|
proxy_headers_hash_max_size 8192;
|
||||||
proxy_buffer_size 128k;
|
proxy_buffer_size 128k;
|
||||||
proxy_buffers 4 256k;
|
proxy_buffers 4 256k;
|
||||||
@ -510,11 +422,9 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://githubusercontent-com/;
|
proxy_pass https://githubusercontent-com/;
|
||||||
|
proxy_connect_timeout 4;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
proxy_connect_timeout 4;
|
|
||||||
#proxy_read_timeout 1;
|
|
||||||
#proxy_send_timeout 1;
|
|
||||||
proxy_next_upstream_timeout 32;
|
proxy_next_upstream_timeout 32;
|
||||||
proxy_set_header Range $http_range;
|
proxy_set_header Range $http_range;
|
||||||
proxy_set_header If-Range $http_if_range;
|
proxy_set_header If-Range $http_if_range;
|
||||||
@ -524,13 +434,13 @@ server {
|
|||||||
# github End
|
# github End
|
||||||
|
|
||||||
# EA Start
|
# EA Start
|
||||||
upstream Origin-CDN {
|
#upstream Origin-CDN {
|
||||||
server cctv4-lh.akamaihd.net:443;
|
# server cctv4-lh.akamaihd.net:443;
|
||||||
server moviesok-i.akamaihd.net:443;
|
# server moviesok-i.akamaihd.net:443;
|
||||||
server vluki-a.akamaihd.net:443;
|
# server vluki-a.akamaihd.net:443;
|
||||||
server hgtv-i.akamaihd.net:443;
|
# server hgtv-i.akamaihd.net:443;
|
||||||
server toots-a.akamaihd.net:443;
|
# server toots-a.akamaihd.net:443;
|
||||||
}
|
#}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
@ -540,7 +450,7 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://Origin-CDN/;
|
proxy_pass https://steamstatic-akamai/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -553,7 +463,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://api2.origin.com:443/;
|
set $rewrite_host "api2.origin.com";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -566,9 +477,9 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://e8688.e12.akamaiedge.net:443/;
|
set $rewrite_host "e8688.e12.akamaiedge.net";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
# EA End
|
# EA End
|
||||||
|
|
@ -41,6 +41,7 @@ server {
|
|||||||
proxy_connect_timeout 5;
|
proxy_connect_timeout 5;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
|
|
||||||
proxy_set_header Range $http_range;
|
proxy_set_header Range $http_range;
|
||||||
proxy_set_header If-Range $http_if_range;
|
proxy_set_header If-Range $http_if_range;
|
||||||
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;
|
||||||
|
@ -1,75 +1,41 @@
|
|||||||
upstream steam-store {
|
upstream steam-store {
|
||||||
server 104.71.48.121:443 max_fails=2 fail_timeout=60s;
|
server 104.71.48.121:443 max_fails=5 fail_timeout=60s;
|
||||||
#server 23.1.179.144:443 max_fails=2 fail_timeout=60s;#HighPing
|
#server 23.1.179.144:443 max_fails=5 fail_timeout=60s;#HighPing
|
||||||
#server 23.45.56.78:443 max_fails=2 fail_timeout=60s;#HighPing
|
#server 23.45.56.78:443 max_fails=5 fail_timeout=60s;#HighPing
|
||||||
server 184.24.82.108:443 max_fails=2 fail_timeout=60s;
|
server 184.24.82.108:443 max_fails=5 fail_timeout=60s;
|
||||||
server 184.85.112.102:443 max_fails=2 fail_timeout=60s;
|
server 184.85.112.102:443 max_fails=5 fail_timeout=60s;
|
||||||
server 184.87.103.42:443 max_fails=2 fail_timeout=60s;
|
server 184.87.103.42:443 max_fails=5 fail_timeout=60s;
|
||||||
server 23.77.215.46:443 max_fails=2 fail_timeout=60s;#
|
server 23.77.215.46:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.51.142.168:443 max_fails=2 fail_timeout=60s;#
|
server 23.51.142.168:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.41.77.6:443 max_fails=2 fail_timeout=60s;#
|
server 23.41.77.6:443 max_fails=5 fail_timeout=60s;#
|
||||||
#server 23.36.106.129:443 max_fails=2 fail_timeout=60s;#HighPing
|
#server 23.36.106.129:443 max_fails=5 fail_timeout=60s;#HighPing
|
||||||
#server 23.36.252.78:443 max_fails=2 fail_timeout=60s;#HighPing
|
#server 23.36.252.78:443 max_fails=5 fail_timeout=60s;#HighPing
|
||||||
server 23.208.81.63:443 max_fails=2 fail_timeout=60s;#
|
server 23.208.81.63:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.200.148.81:443 max_fails=2 fail_timeout=60s;#
|
server 23.200.148.81:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.200.152.81:443 max_fails=2 fail_timeout=60s;#
|
server 23.200.152.81:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.219.73.99:443 max_fails=2 fail_timeout=60s;#
|
server 23.219.73.99:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.211.57.127:443 max_fails=2 fail_timeout=60s;#
|
server 23.211.57.127:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.219.69.47:443 max_fails=2 fail_timeout=60s;#
|
server 23.219.69.47:443 max_fails=5 fail_timeout=60s;#
|
||||||
#server 23.195.152.91:443 max_fails=2 fail_timeout=60s;#HighPing
|
#server 23.195.152.91:443 max_fails=5 fail_timeout=60s;#HighPing
|
||||||
server 23.198.37.119:443 max_fails=2 fail_timeout=60s;#
|
server 23.198.37.119:443 max_fails=5 fail_timeout=60s;#
|
||||||
server 23.48.229.101:443 max_fails=2 fail_timeout=60s;#
|
server 23.48.229.101:443 max_fails=5 fail_timeout=60s;#
|
||||||
keepalive 16;
|
keepalive 16;
|
||||||
keepalive_time 1h;
|
keepalive_time 1h;
|
||||||
keepalive_timeout 300s;
|
keepalive_timeout 120;
|
||||||
keepalive_requests 10000;
|
keepalive_requests 10000;
|
||||||
|
|
||||||
#server steampowered.com:443;
|
|
||||||
#server www.steampowered.com:443;
|
|
||||||
#server store.steampowered.com:443;
|
|
||||||
}
|
}
|
||||||
upstream steam-community {
|
upstream steam-community {
|
||||||
server 23.1.179.144:443;
|
server 23.1.179.144:443;
|
||||||
server 104.103.145.69:443;
|
server 104.103.145.69:443;
|
||||||
server 104.91.87.202:443;
|
server 104.91.87.202:443;
|
||||||
#server 104.78.121.166:443;
|
|
||||||
#server 104.85.204.121:443;
|
|
||||||
#server 104.103.245.88:443;
|
|
||||||
#server 104.124.156.199:443;
|
|
||||||
#server 104.127.87.210:443;
|
|
||||||
#server 184.26.129.66:443;
|
|
||||||
#server 23.45.56.78:443;
|
|
||||||
#server 23.53.54.51:443;
|
|
||||||
#server 23.58.33.236:443;
|
|
||||||
#server 23.212.216.106:443;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream steam-chat {
|
#upstream steam-community302 {
|
||||||
#server humblebundle-a.akamaihd.net:443;
|
# server str001.steam302.xyz:443;
|
||||||
#server eaassets-a.akamaihd.net:443;
|
# server str002.steam302.xyz:443;
|
||||||
server 184.26.252.135:443;
|
# server str003.steam302.xyz:443;
|
||||||
#keepalive 16;
|
|
||||||
#keepalive_requests 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
#upstream steam-cdn {
|
|
||||||
# server eaassets-a.akamaihd.net:443;
|
|
||||||
# server steamuserimages-a.akamaihd.net:443;
|
|
||||||
# server steamuserimages-a.akamaihd.net.edgesuite.net:443;
|
|
||||||
# #server steamstore-a.akamaihd.net:443;
|
|
||||||
# #server steamcommunity-a.akamaihd.net:443;
|
|
||||||
# server a1737.b.akamai.net:443;
|
|
||||||
# server a1843.g1.akamai.net:443;
|
|
||||||
# server a1507.dscw27.akamai.net:443;
|
|
||||||
# server a1639.dscb.akamai.net:443;
|
|
||||||
#}
|
#}
|
||||||
|
|
||||||
upstream steam-community302 {
|
|
||||||
server str001.steam302.xyz:443;
|
|
||||||
server str002.steam302.xyz:443;
|
|
||||||
server str003.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
|
|
||||||
# Steam Start
|
# Steam Start
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
@ -80,7 +46,7 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location ^.*(discussions|comment|forum).*$ {
|
location ^.*(discussions|comment|forum).*$ {
|
||||||
proxy_pass https://steam-community302/;
|
proxy_pass https://str003.steam302.xyz/;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Real_IP $remote_addr;
|
proxy_set_header X-Real_IP $remote_addr;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -91,10 +57,7 @@ server {
|
|||||||
|
|
||||||
proxy_next_upstream_timeout 60;
|
proxy_next_upstream_timeout 60;
|
||||||
proxy_connect_timeout 6;
|
proxy_connect_timeout 6;
|
||||||
proxy_send_timeout 6;
|
|
||||||
proxy_read_timeout 6;
|
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
#proxy_ssl_name $http_host;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -149,9 +112,9 @@ upstream steamstatic-akamai {
|
|||||||
server 23.202.35.90:443;
|
server 23.202.35.90:443;
|
||||||
server 23.202.35.120:443;
|
server 23.202.35.120:443;
|
||||||
server 23.202.35.250:443;
|
server 23.202.35.250:443;
|
||||||
keepalive 32;
|
keepalive 16;
|
||||||
keepalive_time 1h;
|
keepalive_time 1h;
|
||||||
keepalive_timeout 300s;
|
keepalive_timeout 120;
|
||||||
keepalive_requests 10000;
|
keepalive_requests 10000;
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
@ -284,7 +247,6 @@ server {
|
|||||||
set $rewrite_host "video.steamstatic.com.edgesuite.net";
|
set $rewrite_host "video.steamstatic.com.edgesuite.net";
|
||||||
resolver public1.alidns.com valid=300 ipv4=on ipv6=off;
|
resolver public1.alidns.com valid=300 ipv4=on ipv6=off;
|
||||||
proxy_pass https://$rewrite_host;
|
proxy_pass https://$rewrite_host;
|
||||||
#proxy_pass https://steamstatic-akamai;
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_connect_timeout 5;
|
proxy_connect_timeout 5;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
@ -308,10 +270,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
#set $source_host "broadcast.akamai.steamstatic.com";
|
|
||||||
set $rewrite_host "${http_host}.edgesuite.net";
|
set $rewrite_host "${http_host}.edgesuite.net";
|
||||||
resolver public1.alidns.com valid=300 ipv4=on ipv6=off;
|
resolver public1.alidns.com valid=300 ipv4=on ipv6=off;
|
||||||
#proxy_pass https://$rewrite_host;
|
|
||||||
proxy_pass https://steamstatic-akamai;
|
proxy_pass https://steamstatic-akamai;
|
||||||
proxy_connect_timeout 5;
|
proxy_connect_timeout 5;
|
||||||
keepalive_timeout 120;
|
keepalive_timeout 120;
|
||||||
|
100
conf/Twitch.conf
100
conf/Twitch.conf
@ -5,7 +5,7 @@ upstream twitch-tv {
|
|||||||
server 151.101.130.167:443;
|
server 151.101.130.167:443;
|
||||||
server 151.101.194.167:443;
|
server 151.101.194.167:443;
|
||||||
server 151.101.230.167:443;
|
server 151.101.230.167:443;
|
||||||
server twitch.map.fastly.net:443;
|
# server twitch.map.fastly.net:443;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
@ -24,9 +24,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver public1.alidns.com valid=300;
|
|
||||||
set $twitch_tv twitch.map.fastly.net;
|
set $twitch_tv twitch.map.fastly.net;
|
||||||
proxy_pass https://$twitch_tv:443/;
|
proxy_pass https://$twitch_tv/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -39,7 +38,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://5a895ed07aed1b254ee21cd78958ae0b.steam302.xyz:443/;
|
set $rewrite_host "5a895ed07aed1b254ee21cd78958ae0b.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -52,7 +52,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://065f67277ae87878fffaa60519b3ee5c.steam302.xyz:443/;
|
set $rewrite_host "065f67277ae87878fffaa60519b3ee5c.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -65,7 +66,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=120;
|
|
||||||
set $vod_storyboards dlifex0fg7ru9.cloudfront.net;
|
set $vod_storyboards dlifex0fg7ru9.cloudfront.net;
|
||||||
proxy_pass https://$vod_storyboards:443/;
|
proxy_pass https://$vod_storyboards:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -80,7 +80,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $vod_metro d8t045al7vai0.cloudfront.net;
|
set $vod_metro d8t045al7vai0.cloudfront.net;
|
||||||
proxy_pass https://$vod_metro:443/;
|
proxy_pass https://$vod_metro:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -95,7 +94,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $music_twitch_tv d12b3e89c9703p.cloudfront.net;
|
set $music_twitch_tv d12b3e89c9703p.cloudfront.net;
|
||||||
proxy_pass https://$music_twitch_tv:443/;
|
proxy_pass https://$music_twitch_tv:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -110,7 +108,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $player_m7g_twitch dnjmu7cm5xw9w.cloudfront.net;
|
set $player_m7g_twitch dnjmu7cm5xw9w.cloudfront.net;
|
||||||
proxy_pass https://$player_m7g_twitch:443/;
|
proxy_pass https://$player_m7g_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -125,7 +122,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://dbc180c27b3635f9e5b006f3a037b87e.steam302.xyz:443/;
|
set $rewrite_host "dbc180c27b3635f9e5b006f3a037b87e.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -143,7 +141,6 @@ upstream d1x43om3304ey9-cloudfront-net {
|
|||||||
server [2600:9000:2200:2400:2:b70:2c40:93a1]:443;
|
server [2600:9000:2200:2400:2:b70:2c40:93a1]:443;
|
||||||
server [2600:9000:2200:2200:2:b70:2c40:93a1]:443;
|
server [2600:9000:2200:2200:2:b70:2c40:93a1]:443;
|
||||||
server [2600:9000:2200:e600:2:b70:2c40:93a1]:443;
|
server [2600:9000:2200:e600:2:b70:2c40:93a1]:443;
|
||||||
server d1x43om3304ey9.cloudfront.net:443;
|
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
@ -153,8 +150,7 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver public1.alidns.com valid=300;
|
set $blog_twitch d1x43om3304ey9.cloudfront.net;
|
||||||
set $blog_twitch d1x43om3304ey9-cloudfront-net;
|
|
||||||
proxy_pass https://$blog_twitch:443/;
|
proxy_pass https://$blog_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
@ -168,7 +164,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $panels_twitch_tv d1ut6fykkt3imt.cloudfront.net;
|
set $panels_twitch_tv d1ut6fykkt3imt.cloudfront.net;
|
||||||
proxy_pass https://$panels_twitch_tv:443/;
|
proxy_pass https://$panels_twitch_tv:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -183,7 +178,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $dev_twitch_tv d205b01qzi0xib.cloudfront.net;
|
set $dev_twitch_tv d205b01qzi0xib.cloudfront.net;
|
||||||
proxy_pass https://$dev_twitch_tv:443/;
|
proxy_pass https://$dev_twitch_tv:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -198,7 +192,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=60;
|
|
||||||
set $spade_twitch_tv science-edge-external-prod-73889260.us-west-2.elb.amazonaws.com;
|
set $spade_twitch_tv science-edge-external-prod-73889260.us-west-2.elb.amazonaws.com;
|
||||||
proxy_pass https://$spade_twitch_tv/;
|
proxy_pass https://$spade_twitch_tv/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -213,7 +206,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $vod_secure_twitch_tv ds0h3roq6wcgc.cloudfront.net;
|
set $vod_secure_twitch_tv ds0h3roq6wcgc.cloudfront.net;
|
||||||
proxy_pass https://$vod_secure_twitch_tv/;
|
proxy_pass https://$vod_secure_twitch_tv/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -228,7 +220,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $trowel_twitch_tv science-edge-external-prod-73889260.us-west-2.elb.amazonaws.com;
|
set $trowel_twitch_tv science-edge-external-prod-73889260.us-west-2.elb.amazonaws.com;
|
||||||
proxy_pass https://$trowel_twitch_tv/;
|
proxy_pass https://$trowel_twitch_tv/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -243,7 +234,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $extension_files_twitch d36mepituis1gg.cloudfront.net;
|
set $extension_files_twitch d36mepituis1gg.cloudfront.net;
|
||||||
proxy_pass https://$extension_files_twitch:443/;
|
proxy_pass https://$extension_files_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -258,7 +248,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=60;
|
|
||||||
set $help_twitch_tv e26428.dscx.akamaiedge.net;
|
set $help_twitch_tv e26428.dscx.akamaiedge.net;
|
||||||
proxy_pass https://$help_twitch_tv:443/;
|
proxy_pass https://$help_twitch_tv:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -273,19 +262,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $brand_twitch d2g064yykcu7rs.cloudfront.net;
|
set $brand_twitch d2g064yykcu7rs.cloudfront.net;
|
||||||
proxy_pass https://$brand_twitch:443/;
|
proxy_pass https://$brand_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream passport-twitch-tv {
|
|
||||||
server 52.38.185.174:443;
|
|
||||||
server 34.208.37.185:443;
|
|
||||||
server 52.36.215.144:443;
|
|
||||||
server c3ad68a16f66bff24e2d82595bd240a1.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -294,20 +276,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://passport-twitch-tv/;
|
set $rewrite_host "c3ad68a16f66bff24e2d82595bd240a1.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream id-twitch-tv {
|
|
||||||
server 52.27.34.51:443;
|
|
||||||
server 52.27.193.97:443;
|
|
||||||
server 35.164.201.113:443;
|
|
||||||
server 35.82.117.112:443;
|
|
||||||
server 35.164.166.201:443;
|
|
||||||
server 52.32.64.194:443;
|
|
||||||
server 2973c6ca0e111662ed293b57dbae9fbf.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -316,16 +290,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://id-twitch-tv/;
|
set $rewrite_host "2973c6ca0e111662ed293b57dbae9fbf.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream link-twitch-tv {
|
|
||||||
server 67.199.248.12:443;
|
|
||||||
server 67.199.248.13:443;
|
|
||||||
server 985a89155dd090eacda1b82388e334ed.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -334,7 +304,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://link-twitch-tv/;
|
set $rewrite_host "985a89155dd090eacda1b82388e334ed.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -385,17 +356,6 @@ server {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream assets-help-twitch-tv {
|
|
||||||
server 13.225.103.75:443;
|
|
||||||
server 13.225.103.43:443;
|
|
||||||
server 13.225.103.12:443;
|
|
||||||
server 13.225.103.14:443;
|
|
||||||
server 54.192.18.40:443;
|
|
||||||
server 54.192.18.82:443;
|
|
||||||
server 54.192.18.83:443;
|
|
||||||
server 54.192.18.93:443;
|
|
||||||
server 6d859be7aa0440f65c8a940ef5218337.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -404,15 +364,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://assets-help-twitch-tv/;
|
set $rewrite_host "6d859be7aa0440f65c8a940ef5218337.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream discuss-dev-twitch-tv {
|
|
||||||
server 54.69.226.84:443;
|
|
||||||
server 522c432cc10e237a02fa1d6481d7d247.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -421,16 +378,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://discuss-dev-twitch-tv/;
|
set $rewrite_host "522c432cc10e237a02fa1d6481d7d247.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream ingest-twitch-tv {
|
|
||||||
server 192.108.239.253:443;
|
|
||||||
server 23.160.0.253:443;
|
|
||||||
server b3d696173d52b66e1caab6145cb5058b.steam302.xyz:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -439,17 +392,12 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://ingest-twitch-tv/;
|
set $rewrite_host "b3d696173d52b66e1caab6145cb5058b.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream usher-ttvnw-net {
|
|
||||||
server 124.108.22.138:443;
|
|
||||||
server usher.steam302.xyz:443;
|
|
||||||
#server 192.108.239.254:443;
|
|
||||||
#server 23.160.0.254:443;
|
|
||||||
}
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
@ -458,7 +406,8 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://usher-ttvnw-net/;
|
set $rewrite_host "usher.steam302.xyz";
|
||||||
|
proxy_pass https://$rewrite_host/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -471,7 +420,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=60;
|
|
||||||
set $cvp_twitch e9221.i.akamaiedge.net;
|
set $cvp_twitch e9221.i.akamaiedge.net;
|
||||||
proxy_pass https://$cvp_twitch:443/;
|
proxy_pass https://$cvp_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -486,7 +434,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 9.9.9.12 valid=60;
|
|
||||||
set $clips_media_twitch d2xmjdvx03ij56.cloudfront.net;
|
set $clips_media_twitch d2xmjdvx03ij56.cloudfront.net;
|
||||||
proxy_pass https://$clips_media_twitch:443/;
|
proxy_pass https://$clips_media_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
@ -501,7 +448,6 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
resolver 223.5.5.5 valid=60;
|
|
||||||
set $safety_twitch e28790.dsca.akamaiedge.net;
|
set $safety_twitch e28790.dsca.akamaiedge.net;
|
||||||
proxy_pass https://$safety_twitch:443/;
|
proxy_pass https://$safety_twitch:443/;
|
||||||
include proxy.params;
|
include proxy.params;
|
||||||
|
@ -107,7 +107,6 @@ server {
|
|||||||
|
|
||||||
include cert.conf;
|
include cert.conf;
|
||||||
location / {
|
location / {
|
||||||
resolver public1.alidns.com:53 valid=300;
|
|
||||||
set $platform_twitter platform.twitter.map.fastly.net;
|
set $platform_twitter platform.twitter.map.fastly.net;
|
||||||
proxy_pass https://$platform_twitter:443/;
|
proxy_pass https://$platform_twitter:443/;
|
||||||
include Twitter.params;
|
include Twitter.params;
|
||||||
|
@ -78,18 +78,13 @@ server {
|
|||||||
include cert.conf;
|
include cert.conf;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass https://list-cdn-ins/;
|
proxy_pass https://list-cdn-ins/;
|
||||||
include proxy.params;
|
proxy_connect_timeout 5;
|
||||||
|
keepalive_timeout 120;
|
||||||
proxy_set_header Connection "";
|
proxy_set_header Connection "";
|
||||||
|
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.params;
|
||||||
proxy_next_upstream error timeout http_429 http_500 http_502 http_503 http_504 non_idempotent;
|
|
||||||
proxy_connect_timeout 2;
|
|
||||||
proxy_next_upstream_timeout 60;
|
|
||||||
proxy_send_timeout 5;
|
|
||||||
proxy_read_timeout 5;
|
|
||||||
keepalive_timeout 120;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user