Skip to content

Commit

Permalink
Merge pull request #960 from DavidSchinazi/patch-1
Browse files Browse the repository at this point in the history
Enable TLS 1.3 in nginx.conf
  • Loading branch information
bpatrik authored Jan 5, 2025
2 parents 42400fa + be408e4 commit 161d57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose/default/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ http {
# SSL Settings
##

ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE
ssl_prefer_server_ciphers on;

##
Expand Down

0 comments on commit 161d57e

Please sign in to comment.