Skip to content

Commit b515cb8

Browse files
Add http.serverOptions config (#1903)
* feat: add http.serverOptions config * Update docusaurus/docs/dev-docs/configurations/server.md
1 parent 894a854 commit b515cb8

File tree

1 file changed

+2
-0
lines changed
  • docusaurus/docs/dev-docs/configurations

1 file changed

+2
-0
lines changed

docusaurus/docs/dev-docs/configurations/server.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ The `./config/server.js` file can include the following parameters:
3636
| `dirs` | Path configuration of different directories Strapi uses. | object | |
3737
| `dirs.public` | Customize the path of the public folder. | string | `./public` |
3838
| `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) | {} |
3941

4042
## Configurations
4143

0 commit comments

Comments
 (0)