We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe6488 commit 868b1f0Copy full SHA for 868b1f0
1 file changed
config/deploy.yml
@@ -29,10 +29,13 @@ proxy:
29
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
30
app_port: 8080
31
forward_headers: true
32
+ # Disable buffering to support streaming responses.
33
buffering:
34
requests: false
35
responses: false
-
36
+ # Response timeout in seconds.
37
+ response_timeout: 600
38
+
39
# Credentials for your image host.
40
registry:
41
# Specify the registry server, if you're not using Docker Hub
0 commit comments