Skip to content

Commit 2aab689

Browse files
authored
Update README.md
fixed link to integration config documentation
1 parent 4f0e9e1 commit 2aab689

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Examples/Nginx/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,11 @@ NOTE: In this example `rewrite_by_lua_block` directive was added to default loca
7070

7171
### 4. Provide the configuration file
7272

73-
The above code requires you to provide the `integrationconfig.json` file which contains the configuration you created on the Queue-it GO platform ([more info here](../../README.md#1-providing-the-queue-configuration)). There are various ways to provide this file. Please read the [specific documentation here](../../Documentation/README.md).
73+
The above code requires you to provide the `integrationconfig.json` file which contains the configuration you created on the Queue-it GO platform. Please refer to [this page](https://github.com/queueit/Documentation/tree/main/serverside-connectors/integration-config) for more details.
7474

7575

7676
## Request body trigger (advanced)
77+
7778
The Nginx handler (incl. Lua SDK) supports triggering on request body content. An example could be a POST call with specific item ID where you want end-users to queue up for.
7879
For this to work, you will need to contact queue-it support, so it can be enabled on your GO Queue-it platform account.
7980
Once enabled, you will need to add these extra settings to your configuration:

0 commit comments

Comments
 (0)