We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894a854 commit b515cb8Copy full SHA for b515cb8
docusaurus/docs/dev-docs/configurations/server.md
@@ -36,6 +36,8 @@ The `./config/server.js` file can include the following parameters:
36
| `dirs` | Path configuration of different directories Strapi uses. | object | |
37
| `dirs.public` | Customize the path of the public folder. | string | `./public` |
38
| `webhooks.populateRelations` | Enable or disable receiving populated relations in webhooks | boolean | `true` |
39
+| `http` | Configuration of the http server used by Strapi | object | |
40
+| `http.serverOptions` | Options passed to http `createServer` | [http.serverOptions](https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener) | {} |
41
42
## Configurations
43
0 commit comments