We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecad47d commit 1fe6488Copy full SHA for 1fe6488
1 file changed
config/deploy.yml
@@ -28,28 +28,10 @@ proxy:
28
host: ubixar.com
29
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
30
app_port: 8080
31
- response_timeout: 30 # Reduce timeout to fail faster and help diagnose
32
forward_headers: true
33
buffering:
34
requests: false
35
responses: false
36
- # Add detailed logging to help diagnose the issue
37
- logging:
38
- request_headers:
39
- - User-Agent
40
- - Connection
41
- - Upgrade
42
- - Accept
43
- - Accept-Encoding
44
- - Content-Length
45
- - Host
46
- response_headers:
47
- - Content-Type
48
49
50
51
- - Server
52
-
53
54
# Credentials for your image host.
55
registry:
0 commit comments