mirror of
https://github.com/jellyfin/jellyfin.org.git
synced 2024-12-13 17:05:40 +00:00
Updated with warning
This commit is contained in:
parent
faad5917e0
commit
d6de5c6363
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user