mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update README.md
This commit is contained in:
parent
25a798afec
commit
92aa72c624
@ -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,7 +163,7 @@ 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user