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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ environment variables that you can set.
78
78
|`TARGET_PORT`| The port that your Puma server should run on. Thruster will set `PORT` to this value when starting your server. | 3000 |
79
79
|`CACHE_SIZE`| The size of the HTTP cache in bytes. | 64MB |
80
80
|`MAX_CACHE_ITEM_SIZE`| The maximum size of a single item in the HTTP cache in bytes. | 1MB |
81
-
|`GZIP_COMPRESSION_ENABLED`| Whether to enable gzip compression for static assets. Set to `0` or `false` to disable. | Enabled |
81
+
|`GZIP_COMPRESSION_ENABLED`| Whether to enable gzip compression for responses. Set to `0` or `false` to disable. | Enabled |
82
82
|`X_SENDFILE_ENABLED`| Whether to enable X-Sendfile support. Set to `0` or `false` to disable. | Enabled |
83
83
|`MAX_REQUEST_BODY`| The maximum size of a request body in bytes. Requests larger than this size will be refused; `0` means no maximum size is enforced. |`0`|
84
84
|`STORAGE_PATH`| The path to store Thruster's internal state. Provisioned TLS certificates will be stored here, so that they will not need to be requested every time your application is started. |`./storage/thruster`|
0 commit comments