We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420602d commit 5df5282Copy full SHA for 5df5282
1 file changed
config/deploy.yml
@@ -26,7 +26,12 @@ proxy:
26
host: ubixar.com
27
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
28
app_port: 8080
29
-
+ response_timeout: 300
30
+ forward_headers: true
31
+ buffering:
32
+ requests: false
33
+ responses: true
34
+
35
# Credentials for your image host.
36
registry:
37
# Specify the registry server, if you're not using Docker Hub
0 commit comments