Skip to content

Commit

Permalink
feat: add http.serverOptions config
Browse files Browse the repository at this point in the history
  • Loading branch information
innerdvations committed Oct 30, 2023
1 parent e86f08f commit b5fb237
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docusaurus/docs/dev-docs/configurations/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ The `./config/server.js` file can include the following parameters:
| `dirs` | Path configuration of different directories Strapi uses. | object | |
| `dirs.public` | Customize the path of the public folder. | string | `./public` |
| `webhooks.populateRelations` | Enable or disable receiving populated relations in webhooks | boolean | `true` |
| `http` | Configuration of the http server | object | |
| `http.serverOptions` | Options passed to `createServer` to create the http server used by Strapi | [http.serverOptions](https://nodejs.org/api/http.html#httpcreateserveroptions-requestlistener) | {} |

## Configurations

Expand Down

0 comments on commit b5fb237

Please sign in to comment.