Fix typo in yaml config. (#2069)

This commit is contained in:
Nitromelon 2024-06-15 10:27:51 +08:00 committed by GitHub
parent b04dfd7f96
commit ad2b7e13e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -278,11 +278,11 @@ app:
client_max_websocket_message_size: 128K
# reuse_port: Defaults to false, users can run multiple processes listening on the same port at the same time.
reuse_port: false
# enabled_compresed_request: Defaults to false. If true the server will automatically decompress compressed request bodies.
# enabled_compressed_request: Defaults to false. If true the server will automatically decompress compressed request bodies.
# Currently only gzip and br are supported. Note: max_memory_body_size and max_body_size applies twice for compressed requests.
# Once when receiving and once when decompressing. i.e. if the decompressed body is larger than max_body_size, the request
# will be rejected.
enabled_compresed_request: false
enabled_compressed_request: false
# plugins: Define all plugins running in the application
plugins:
# name: The class name of the plugin

View File

@ -278,11 +278,11 @@ app:
client_max_websocket_message_size: 128K
# reuse_port: Defaults to false, users can run multiple processes listening on the same port at the same time.
reuse_port: false
# enabled_compresed_request: Defaults to false. If true the server will automatically decompress compressed request bodies.
# enabled_compressed_request: Defaults to false. If true the server will automatically decompress compressed request bodies.
# Currently only gzip and br are supported. Note: max_memory_body_size and max_body_size applies twice for compressed requests.
# Once when receiving and once when decompressing. i.e. if the decompressed body is larger than max_body_size, the request
# will be rejected.
enabled_compresed_request: false
enabled_compressed_request: false
# plugins: Define all plugins running in the application
plugins:
# name: The class name of the plugin