We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f260a3f + bc3fb35 commit 4635c99Copy full SHA for 4635c99
README.md
@@ -29,7 +29,7 @@ Create an nginx serverblock and save it to file:
29
... nginx.Key('allow', 'all'),
30
... nginx.Key('log_not_found', 'off'),
31
... nginx.Key('access_log', 'off')
32
- ... )
+ ... ),
33
... nginx.Location('~ \.php$',
34
... nginx.Key('include', 'fastcgi.conf'),
35
... nginx.Key('fastcgi_intercept_errors', 'on'),
0 commit comments