You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update networking section to mention both ports 80 and 8080
- Update Docker Compose example to expose both ports
- Update basic usage example to show queries on both ports
- Both ports handle requests identically with same caching behavior
- UPSTREAM_SERVER=owl:8080 # For production with owl service
33
34
- CACHE_MAX_SIZE=1t # 1TB cache size for high-traffic deployments
@@ -90,7 +91,7 @@ The proxy adds helpful headers to responses:
90
91
91
92
### Networking
92
93
93
-
-**Listen port**: 80
94
+
-**Listen ports**: 80 and 8080 (both ports handle requests identically)
94
95
-**DNS resolver**: Configurable via `DNS_RESOLVER` (default: Google Public DNS with 30s TTL for fast upstream IP updates). Check `cat /etc/resolv.conf` in your container for the correct value.
95
96
-**Host-agnostic**: Ignores Host header for routing
96
97
-**Connection pooling**: 16 keep-alive connections to backend
0 commit comments