]> jfr.im git - uguu.git/commitdiff
Update README.md
authorEric Johansson (neku) <redacted>
Thu, 19 Nov 2020 01:32:10 +0000 (02:32 +0100)
committerGitHub <redacted>
Thu, 19 Nov 2020 01:32:10 +0000 (02:32 +0100)
README.md

index 972063abc6b4fca96390f13f219540467235751b..8d413d898617ee7994f3512b98c21b50ea0765cb 100644 (file)
--- 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)(.*)$;