X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/35c5bfb21297d34c9b3e70ec0767e06576499742..92aa72c6245d2e6d56dab5900727ca4928c50c74:/README.md?ds=inline diff --git a/README.md b/README.md index 972063a..d2f8fd4 100644 --- a/README.md +++ b/README.md @@ -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; @@ -144,7 +144,7 @@ server{ } location ~* \.php$ { - fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; + fastcgi_pass unix:/var/run/php/php7.3-fpm.sock; fastcgi_intercept_errors on; fastcgi_index index.php; fastcgi_split_path_info ^(.+\.php)(.*)$; @@ -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;