-
-
Notifications
You must be signed in to change notification settings - Fork 721
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Hoping you can update the default TLS directives from the deprecated
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
...
}
to the current directive of
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
...
}
reference - https://www.nginx.com/blog/nginx-plus-r30-released/
0xJacky
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request