Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.

Commit 3f3e8a2

Browse files
Updated conf doc
1 parent b453929 commit 3f3e8a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

proxy.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,12 @@
9797
"pool_connection_timeout": 30
9898

9999
# Optional SSL mode. If not set, will default to `prefer`.
100-
# Other values as supported by tokio-postgres are `require`, `disable`
100+
# Other values as supported by tokio-postgres are `require`, `disable`.
101+
# Note that `require` here is equivalent to `verify-full` elsewhere.
101102
#"ssl_mode": "require",
102103

103104
# Optional CA certificate path for use with the above `ssl_mode` parameter
104-
#"cert_path": "/opt/imageproxy/ca.crt"
105+
#"ca_cert": "/opt/imageproxy/ca.crt"
105106
}
106107

107108
# Cache configuration

0 commit comments

Comments
 (0)