forked from gitbot/uguu
Update README.md
This commit is contained in:
parent
25a798afec
commit
92aa72c624
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user