This commit is contained in:
Fijxu 2023-04-16 15:03:35 -04:00
parent 08f45bf7f0
commit fb5e486e8d
11 changed files with 11 additions and 22 deletions

View File

@ -9,8 +9,7 @@ server {
include configs/security.conf;
include configs/general.conf;
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 quic;
listen 443 http2 ssl; # managed by Certbot

View File

@ -24,8 +24,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 ssl http2;

View File

@ -13,8 +13,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 quic;
listen 443 http2 ssl; # managed by Certbot

View File

@ -11,8 +11,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 quic;
listen 443 http2 ssl; # managed by Certbot

View File

@ -17,8 +17,7 @@ server {
add_header Onion-Location http://librex.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion$request_uri;
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
# CSP + Security Headers
include configs/security.conf;

View File

@ -11,8 +11,7 @@ server {
#include configs/security.conf;
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 ssl http2;

View File

@ -12,8 +12,7 @@ server {
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 ssl http2;
listen 443 quic; # managed by Certbot

View File

@ -13,8 +13,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 ssl http2;
listen 443 quic; # managed by Certbot

View File

@ -11,8 +11,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 ssl http2;
listen 443 quic; # managed by Certbot

View File

@ -39,8 +39,7 @@ server {
}
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
# listen 443 quic;
listen 443 http2 ssl; # managed by Certbot

View File

@ -53,8 +53,7 @@ server {
# QUIC
add_header Alt-Svc 'h3=":443";
ma=86400';
add_header Alt-Svc 'h3=":443"; ma=86400';
listen 443 quic;
listen 443 http2 ssl; # managed by Certbot