Skip to content

Update deprecated TLS directives  #183

@ollie-galbraith

Description

@ollie-galbraith

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions