Update Docker & Kubernetes/Docker/Docker Compose/Firefox.md
This commit is contained in:
@ -50,4 +50,9 @@ http:
|
|||||||
servers:
|
servers:
|
||||||
- url: http://192.168.5.4:5800
|
- url: http://192.168.5.4:5800
|
||||||
passHostHeader: true
|
passHostHeader: true
|
||||||
|
# Adding forwardingTimeouts to set the send and read timeouts to 1 hour (3600 seconds)
|
||||||
|
forwardingTimeouts:
|
||||||
|
dialTimeout: "3600s"
|
||||||
|
responseHeaderTimeout: "3600s"
|
||||||
|
|
||||||
```
|
```
|
Reference in New Issue
Block a user