Skip to content

Commit 0d5431a

Browse files
committed
Double title fix and typo fix for default location
1 parent 5dd80fd commit 0d5431a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Examples/Nginx/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
## Implementation
44

5-
# Nginx Lua Connector
6-
7-
## Implementation
8-
95
NOTE: The following implementation steps have been developed and tested using this [Docker image](https://github.com/fabiocicerchia/nginx-lua).
106

117
Copy [KnownUserNginxHandler.lua](https://github.com/queueit/KnownUser.V3.Lua/blob/master/Handlers/KnownUserNginxHandler.lua) and folders ([SDK](https://github.com/queueit/KnownUser.V3.Lua/tree/master/SDK) and [Helpers](https://github.com/queueit/KnownUser.V3.Lua/tree/master/Helpers)) incl. their content to your NGINX filesystem (in the following example we have added it to `usr/queueit`).
@@ -45,7 +41,7 @@ server {
4541
}
4642
}
4743
```
48-
In this example `rewrite_by_lua_block` have been added to default location `\` but you must decide what makes sense in your case.
44+
In this example `rewrite_by_lua_block` have been added to default location `/` but you must decide what makes sense in your case.
4945

5046
Please note the comments in the code about providing `integrationconfig.json` and replacing `CUSTOMER_ID` and `SECRET_KEY` with correct credentials located in GO Queue-it platform.
5147

0 commit comments

Comments
 (0)