files modified

Este commit está contenido en:
Your Name
2020-08-23 12:06:04 +00:00
padre 6d21f3d243
commit bbc9877d45
Se han modificado 65 ficheros con 418 adiciones y 248 borrados

Ver fichero

@@ -81,6 +81,8 @@ services:
doom:
wtorrent:
g-plv:
hatboy:
covid19map:
networks:
mynet:
@@ -238,3 +240,11 @@ networks:
g-plv:
external:
name: gplv_mynet
hatboy:
external:
name: hatboy_mynet
covid19map:
external:
name: covid19map_mynet

Ver fichero

@@ -1,7 +1,6 @@
error_page 404 /404.html;
error_page 500 /50x.html;
error_page 502 /50x.html;
error_page 503 /50x.html;
error_page 504 /50x.html;
error_page 404 /404.html;
error_page 500 /50x.html;
error_page 502 /50x.html;
error_page 503 /50x.html;
error_page 504 /50x.html;
# error_page 404 500 502 503 504 =301 https://www.hatthieves.es;

Ver fichero

@@ -21,7 +21,7 @@ server {
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
# add_header Alt-Svc 'h3-25=":443"; ma=86400';
add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
server {
@@ -40,7 +40,7 @@ server {
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
# add_header Alt-Svc 'h3-25=":443"; ma=86400';
add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
location / {
return 301 https://www.hatthieves.es;
# rewrite ^/(.*)$ https://www.hatthieves.es/$1 permanent;
@@ -61,7 +61,7 @@ server {
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
# add_header Alt-Svc 'h3-25=":443"; ma=86400';
add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header alt-svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
location / {
return 301 https://www.hatthieves.es;
# rewrite ^/(.*)$ https://www.hatthieves.es/$1 permanent;

Ver fichero

@@ -2,8 +2,8 @@
while [ True ]; do
for i in $(cat "$1"); do
ffmpeg -loglevel quiet -re -i async:cache:"$i" \
-threads 1 -async 1 -c:v libx264 -preset superfast -tune zerolatency -c:a aac -ar 44100 -f flv "$2" \
-threads 1 -async 1 -c:v libx264 -preset superfast -tune zerolatency -c:a aac -ar 44100 -f flv "$3"
-threads 1 -async 1 -c:v libx264 -preset superfast -tune zerolatency -c:a aac -ar 44100 -f flv "$2"
# -threads 1 -async 1 -c:v libx264 -preset superfast -tune zerolatency -c:a aac -ar 44100 -f flv "$3"
done
done

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -12,6 +12,6 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,7 +15,7 @@ server {
proxy_set_header Connection "Upgrade";
# proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -30,7 +30,7 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,7 +15,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -11,7 +11,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -13,6 +13,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -10,7 +10,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -31,7 +31,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
location /live {
alias /etc/nginx/live;
@@ -50,6 +50,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -3,7 +3,23 @@ server {
listen [::]:443 ssl http2;
server_name icecast.hatthieves.es music.hatthieves.es radio.hatthieves.es;
client_max_body_size 2G;
location / {
location /style.css {
proxy_pass http://172.129.0.101:8000/style.css;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
}
location /admin {
proxy_pass http://172.129.0.101:8000/admin;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
}
location ~* \.(?:mp3|ogg|m3u|m3u8|xspf)$ {
proxy_pass http://172.129.0.101:8000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
@@ -11,5 +27,12 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
}
location / {
proxy_pass http://172.129.0.102:3000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_buffering off;
}
}

Ver fichero

@@ -13,6 +13,6 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -14,7 +14,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header 'Access-Control-Allow-Origin' $http_origin;
# add_header 'Access-Control-Allow-Methods' '*';
# add_header 'Access-Control-Allow-Credentials' 'true';
@@ -32,7 +32,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# }
location /ipfs {
proxy_pass http://172.105.0.101:8080/ipfs;
@@ -48,7 +48,7 @@ server {
# add_header 'Access-Control-Allow-Methods' '*';
# add_header 'Access-Control-Allow-Credentials' 'true';
# add_header 'Vary' 'Origin';
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
location /ipns {
proxy_pass http://172.105.0.101:8080/ipns;
@@ -64,7 +64,7 @@ server {
# add_header 'Access-Control-Allow-Methods' '*';
# add_header 'Access-Control-Allow-Credentials' 'true';
# add_header 'Vary' 'Origin';
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
# location /p2p {
# proxy_pass http://172.105.0.101:4002;
@@ -76,7 +76,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# }
# location /ws {
# proxy_pass http://172.105.0.101:8081;
@@ -88,7 +88,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# }
# location /api {
# proxy_pass http://172.105.0.101:5001/ipfs/api/v0;
@@ -100,7 +100,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Access-Control-Allow-Origin '*';
# add_header Access-Control-Allow-Methods '*';
# }

Ver fichero

@@ -11,7 +11,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,7 +15,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,7 +15,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# }
# location /api/v1/streaming {
# proxy_set_header Host $host;
@@ -29,7 +29,7 @@ server {
# proxy_http_version 1.1;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "Upgrade";
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# tcp_nodelay on;
# }
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -12,7 +12,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -14,6 +14,6 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -14,8 +14,12 @@ server {
proxy_http_version 1.1;
rewrite ^/\.well-known/carddav(.*)$ /remote.php/dav$1 redirect;
rewrite ^/\.well-known/caldav(.*)$ /remote.php/dav$1 redirect;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header X-Frame-Options "";
add_header X-Download-Options "";
add_header X-Content-Type-Options "";
add_header X-Permitted-Cross-Domain-Policies "";
}
}

Ver fichero

@@ -11,7 +11,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
add_header 'Access-Control-Allow-Origin' $http_origin;
add_header 'Access-Control-Allow-Methods' '*';
add_header 'Access-Control-Allow-Credentials' 'true';
@@ -26,7 +26,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -14,7 +14,7 @@ server {
# proxy_set_header Connection "Upgrade";
# proxy_buffering off;
# proxy_http_version 1.1;
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
## add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# }
}

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -12,7 +12,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -13,6 +13,6 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,7 +15,7 @@ server {
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
http2_push_preload on;
proxy_socket_keepalive on;
proxy_connect_timeout 5m;

Ver fichero

@@ -13,7 +13,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -15,6 +15,6 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -11,7 +11,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -12,7 +12,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -12,7 +12,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
add_header 'Access-Control-Allow-Origin' $http_origin;
add_header 'Access-Control-Allow-Methods' 'PUT, POST, GET, OPTIONS';
add_header 'Access-Control-Allow-Credentials' 'true';

Ver fichero

@@ -12,7 +12,7 @@ server {
proxy_set_header Connection "Upgrade";
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}

Ver fichero

@@ -14,6 +14,7 @@ server {
proxy_set_header Connection 'Upgrade';
proxy_buffering off;
proxy_http_version 1.1;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
add_header X-Frame-Options "";
}
}

Ver fichero

@@ -11,7 +11,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
location /ws {
proxy_pass http://172.24.0.101:8888;
@@ -22,7 +22,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
location /tracker {
proxy_pass http://172.24.0.101:8888;
@@ -33,7 +33,7 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_buffering off;
add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
# add_header Alt-Svc 'h3-25=":443"; ma=3600, h2=":443"; ma=3600';
}
}