From 50539d1dec62ed51d2ff2de0d10777fc0d2d2dfc Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 19 Jul 2016 19:34:16 +0100 Subject: [PATCH] Updated Troubleshooting PHP FPM and FastCGI (markdown) --- Troubleshooting-PHP-FPM-and-FastCGI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting-PHP-FPM-and-FastCGI.md b/Troubleshooting-PHP-FPM-and-FastCGI.md index 110ceb2..a58f3ab 100644 --- a/Troubleshooting-PHP-FPM-and-FastCGI.md +++ b/Troubleshooting-PHP-FPM-and-FastCGI.md @@ -20,7 +20,7 @@ Sample error: [ERROR 502 /index.php] malformed MIME header line: Primary script unknown ``` Update to Caddy 0.8.1. This will either fix it or get you a more descriptive error message. -On Unix-like systems this issue can also occur because Caddy and php-fpm aren't running under the same user/group. Make sure you run them under the same user/group and give proper permissions to the document root folder (chmod). +On Unix-like systems this issue can also occur because Caddy and php-fpm aren't running under the same user/group. Make sure you run them under the same user/group and give proper permissions to the document root folder (chmod/chown). ## Connection refused Sample error: