From bc3fb3538cbda46c1f39ae2e5bdedd7c8aeed173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=C3=AAn=20To=C3=A1n?= Date: Tue, 13 Oct 2020 14:35:21 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b0976..9ae8e2a 100755 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Create an nginx serverblock and save it to file: ... nginx.Key('allow', 'all'), ... nginx.Key('log_not_found', 'off'), ... nginx.Key('access_log', 'off') - ... ) + ... ), ... nginx.Location('~ \.php$', ... nginx.Key('include', 'fastcgi.conf'), ... nginx.Key('fastcgi_intercept_errors', 'on'),