From: Eric Johansson (neku) Date: Thu, 19 Nov 2020 01:32:10 +0000 (+0100) Subject: Update README.md X-Git-Tag: v1.0~35 X-Git-Url: https://jfr.im/git/uguu.git/commitdiff_plain/25a798afecaede9a36f1b266dffadd77ac0c2d01?hp=35c5bfb21297d34c9b3e70ec0767e06576499742 Update README.md --- diff --git a/README.md b/README.md index 972063a..8d413d8 100644 --- a/README.md +++ b/README.md @@ -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)(.*)$;