Update Docker & Kubernetes/Docker/Docker Compose/Firefox.md

This commit is contained in:
2024-07-14 17:39:26 -06:00
parent 42a39b961b
commit 7291a2668e

View File

@ -67,9 +67,8 @@ 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) # # Adding forwardingTimeouts to set the send and read timeouts to 1 hour (3600 seconds)
forwardingTimeouts: # forwardingTimeouts:
dialTimeout: "3600s" # dialTimeout: "3600s"
responseHeaderTimeout: "3600s" # responseHeaderTimeout: "3600s"
``` ```