Updated with warning

This commit is contained in:
Ladrien 2023-12-01 20:23:47 -08:00 committed by GitHub
parent faad5917e0
commit d6de5c6363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,8 +42,8 @@ server {
## The default `client_max_body_size` is 1M, this might not be enough for some posters, etc.
client_max_body_size 20M;
#Disable TLS 1.0 and 1.1
ssl_protocols TLSv1.3 TLSv1.2;
# Uncomment next line to Disable TLS 1.0 and 1.1 (Might break older devices)
# ssl_protocols TLSv1.3 TLSv1.2;
# use a variable to store the upstream proxy
# in this example we are using a hostname which is resolved via DNS