Skip to content

Commit c384cf8

Browse files
committed
Fix error on sample nginx config
Directive "lua_package_path" was not terminated by ";"
1 parent e363ac3 commit c384cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Synopsis
3333
```lua
3434
# nginx.conf:
3535

36-
lua_package_path "/path/to/lua-resty-string/lib/?.lua;;"
36+
lua_package_path "/path/to/lua-resty-string/lib/?.lua;;";
3737

3838
server {
3939
location = /test {

0 commit comments

Comments
 (0)