]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
docs: Add references to how-to guides hosted on ccache.dev
authorJoel Rosdahl <joel@rosdahl.net>
Tue, 27 Jul 2021 13:50:50 +0000 (15:50 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 28 Jul 2021 12:42:02 +0000 (14:42 +0200)
doc/MANUAL.adoc

index 4fcca0a5b417adae7c2e65cbb46842eac7e3f1f9..2b647dcff850cbd52f022c61943919a3fce7b203 100644 (file)
@@ -938,7 +938,12 @@ URL format: `+http://HOST[:PORT][/PATH]+`
 This backend stores data in an HTTP-compatible server. The required HTTP methods
 are `GET`, `PUT` and `DELETE`.
 
-Note that ccache will not perform any cleanup of the HTTP storage.
+IMPORTANT: ccache will not perform any cleanup of the HTTP storage.
+
+NOTE: HTTPS is not supported.
+
+TIP: See https://ccache.dev/howto/http-storage.html[How to set up HTTP storage]
+for hints on how to set up an HTTP server for use with ccache.
 
 Examples:
 
@@ -968,8 +973,6 @@ values.
 The default is *standard*.
 * *operation-timeout*: Timeout (in ms) for HTTP requests. The default is 10000.
 
-NOTE: HTTPS is not supported.
-
 
 === Redis storage backend
 
@@ -979,9 +982,12 @@ This backend stores data in a https://redis.io[Redis] (or Redis-compatible)
 server. There are implementations for both memory-based and disk-based storage.
 *PORT* defaults to *6379* and *DBNUMBER* defaults to *0*.
 
-Note that ccache will not perform any cleanup of the Redis storage, but you can
+NOTE: ccache will not perform any cleanup of the Redis storage, but you can
 https://redis.io/topics/lru-cache[configure LRU eviction].
 
+TIP: See https://ccache.dev/howto/redis-storage.html[How to set up Redis
+storage] for hints on setting up a Redis server for use with ccache.
+
 Examples:
 
 * `+redis://localhost+`