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

Fix “ssl” Directive Is Deprecated #1005

Merged
merged 1 commit into from Jan 19, 2022

Commits on Jan 19, 2022

  1. Fix “ssl” Directive Is Deprecated

    Fix “ssl” Directive Is Deprecated, Use “listen … ssl”
    
    The deprecation warning tells you to reconfigure your SSL settings. In nginx 1.10 (and below) you configured SSL using the ssl on;
    This setting changed in nginx 1.12 (and above). You now need to configure SSL in the same line as the listen statement. 
    
    Simple fix. Remove the "ssl on" completely
    
    Thanks for the otherwise great tutorial, everything worked out fine after this simple fix!
    SomeBTChomer committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    e0c35be View commit details
    Browse the repository at this point in the history