Skip to content

Commit 4635c99

Browse files
authored
Merge pull request #39 from toanalien/patch-1
Update README.md
2 parents f260a3f + bc3fb35 commit 4635c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Create an nginx serverblock and save it to file:
2929
... nginx.Key('allow', 'all'),
3030
... nginx.Key('log_not_found', 'off'),
3131
... nginx.Key('access_log', 'off')
32-
... )
32+
... ),
3333
... nginx.Location('~ \.php$',
3434
... nginx.Key('include', 'fastcgi.conf'),
3535
... nginx.Key('fastcgi_intercept_errors', 'on'),

0 commit comments

Comments
 (0)