Enable quic and add CUSTOM kernel.
This commit is contained in:
@@ -26,6 +26,8 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 quic reuseport;
|
||||
listen [::]:443 quic reuseport;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
Reference in New Issue
Block a user