Update README.md
This commit is contained in:
parent
25a798afec
commit
92aa72c624
1 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ server{
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /path/to/fullchain.pem;
|
ssl_certificate /path/to/fullchain.pem;
|
||||||
ssl_certificate_key /path/toprivkey.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/;
|
root /path/to/uguu/dist/;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
|
@ -163,8 +163,8 @@ server{
|
||||||
ssl on;
|
ssl on;
|
||||||
ssl_certificate /path/to/fullchain.pem;
|
ssl_certificate /path/to/fullchain.pem;
|
||||||
ssl_certificate_key /path/to/privkey.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/;
|
root /path/where/uploaded/files/are/stored/;
|
||||||
autoindex off;
|
autoindex off;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
Loading…
Add table
Reference in a new issue