Update README.md

This commit is contained in:
nokonoko 2020-11-20 14:51:12 +01:00
parent 25a798afec
commit 92aa72c624
1 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ server{
ssl on;
ssl_certificate /path/to/fullchain.pem;
ssl_certificate_key /path/toprivkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
root /path/to/uguu/dist/;
autoindex off;
@ -163,8 +163,8 @@ server{
ssl on;
ssl_certificate /path/to/fullchain.pem;
ssl_certificate_key /path/to/privkey.pem;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1.2 TLSv1.3;
root /path/where/uploaded/files/are/stored/;
autoindex off;
access_log off;