This seems to work fine

This commit is contained in:
Selfhost Root 2023-12-21 03:51:28 -03:00
parent 207e3f6ccd
commit 95bf048921
5 changed files with 5 additions and 7 deletions

View File

@ -35,7 +35,7 @@ http {
# MIME
include mime.types;
default_type application/octet-stream;
#default_type application/octet-stream;
# SSL
include configs/sslConfig.conf;

View File

@ -63,7 +63,7 @@ server {
add_header Onion-Location http://debug-4get.zzlsghu6mvvwyy75mvga6gaf4znbp3erk5xwfzedb4gg6qqh2j6rlvid.onion$request_uri;
# QUIC
include configs/http3.conf
include configs/http3.conf;
listen 443 ssl;
http2 on;

View File

@ -58,10 +58,9 @@ server {
# QUIC
include configs/http3.conf
include configs/http3.conf;
listen 443 ssl;
listen 443 quic;
http2 on;
include configs/ssl.conf;

View File

@ -16,7 +16,7 @@ server {
}
# QUIC
include configs/http3.conf
include configs/http3.conf;
listen 443 ssl;
http2 on;

View File

@ -11,10 +11,9 @@ server {
}
# QUIC
include configs/http3.conf
include configs/http3.conf;
listen 443 ssl;
listen 443 quic;
http2 on;
include configs/ssl.conf;