From bd881c0bc7ad3098a18cde603e96ceeea5d79418 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 28 Dec 2015 13:16:30 +0000 Subject: [PATCH] Document error_log --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e92a26..48737ed 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ A list of vhost definitions (server blocks) for Nginx virtual hosts. If left emp index: "index.php index.html index.htm" error_page: "" access_log: "" + error_log: "" extra_parameters: | location ~ \.php$ { fastcgi_split_path_info ^(.+\.php)(/.+)$;