You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/Nginx/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,10 +70,11 @@ NOTE: In this example `rewrite_by_lua_block` directive was added to default loca
70
70
71
71
### 4. Provide the configuration file
72
72
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.
74
74
75
75
76
76
## Request body trigger (advanced)
77
+
77
78
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.
78
79
For this to work, you will need to contact queue-it support, so it can be enabled on your GO Queue-it platform account.
79
80
Once enabled, you will need to add these extra settings to your configuration:
0 commit comments