Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated TLS directives #183

Closed
ollie-galbraith opened this issue Nov 10, 2023 · 1 comment
Closed

Update deprecated TLS directives #183

ollie-galbraith opened this issue Nov 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ollie-galbraith
Copy link

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/

@ollie-galbraith ollie-galbraith added the enhancement New feature or request label Nov 10, 2023
@0xJacky
Copy link
Owner

0xJacky commented Nov 10, 2023

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants