mirror of https://github.com/status-im/consul.git
Fix some broken links in docs (#4858)
* website: let curl make noise during website deploy * website: fix a handful of broken links
This commit is contained in:
parent
de6644675d
commit
a8c1ebe6fb
|
@ -151,9 +151,6 @@ if [ -z "$NO_REDIRECTS" ] || [ ! test -f "./redirects.txt" ]; then
|
||||||
|
|
||||||
# Post the JSON body
|
# Post the JSON body
|
||||||
curl \
|
curl \
|
||||||
--fail \
|
|
||||||
--silent \
|
|
||||||
--output /dev/null \
|
|
||||||
--request "PATCH" \
|
--request "PATCH" \
|
||||||
--header "Fastly-Key: $FASTLY_API_KEY" \
|
--header "Fastly-Key: $FASTLY_API_KEY" \
|
||||||
--header "Content-type: application/json" \
|
--header "Content-type: application/json" \
|
||||||
|
@ -167,9 +164,6 @@ fi
|
||||||
if [ -z "$NO_PURGE" ]; then
|
if [ -z "$NO_PURGE" ]; then
|
||||||
echo "Purging Fastly cache..."
|
echo "Purging Fastly cache..."
|
||||||
curl \
|
curl \
|
||||||
--fail \
|
|
||||||
--silent \
|
|
||||||
--output /dev/null \
|
|
||||||
--request "POST" \
|
--request "POST" \
|
||||||
--header "Accept: application/json" \
|
--header "Accept: application/json" \
|
||||||
--header "Fastly-Key: $FASTLY_API_KEY" \
|
--header "Fastly-Key: $FASTLY_API_KEY" \
|
||||||
|
|
|
@ -999,19 +999,19 @@ default will automatically work with some tooling.
|
||||||
|
|
||||||
The following settings are available:
|
The following settings are available:
|
||||||
|
|
||||||
* <a name="soa_expire"></a><a href="soa_expire">expire</a> -
|
* <a name="soa_expire"></a><a href="#soa_expire">expire</a> -
|
||||||
Configure SOA Expire duration in seconds, default value is 86400, ie: 24 hours.
|
Configure SOA Expire duration in seconds, default value is 86400, ie: 24 hours.
|
||||||
|
|
||||||
* <a name="soa_min_ttl"></a><a href="soa_min_ttl">`min_ttl`</a> -
|
* <a name="soa_min_ttl"></a><a href="#soa_min_ttl">`min_ttl`</a> -
|
||||||
Configure SOA DNS minimum TTL.
|
Configure SOA DNS minimum TTL.
|
||||||
As explained in [RFC-2308](https://tools.ietf.org/html/rfc2308) this also controls
|
As explained in [RFC-2308](https://tools.ietf.org/html/rfc2308) this also controls
|
||||||
negative cache TTL in most implementations. Default value is 0, ie: no minimum
|
negative cache TTL in most implementations. Default value is 0, ie: no minimum
|
||||||
delay or negative TTL.
|
delay or negative TTL.
|
||||||
|
|
||||||
* <a name="soa_refresh"></a><a href="soa_refresh">refresh</a> -
|
* <a name="soa_refresh"></a><a href="#soa_refresh">refresh</a> -
|
||||||
Configure SOA Refresh duration in seconds, default value is `3600`, ie: 1 hour.
|
Configure SOA Refresh duration in seconds, default value is `3600`, ie: 1 hour.
|
||||||
|
|
||||||
* <a name="soa_retry"></a><a href="soa_retry">retry</a> -
|
* <a name="soa_retry"></a><a href="#soa_retry">retry</a> -
|
||||||
Configures the Retry duration expressed in seconds, default value is
|
Configures the Retry duration expressed in seconds, default value is
|
||||||
600, ie: 10 minutes.
|
600, ie: 10 minutes.
|
||||||
|
|
||||||
|
|
|
@ -57,7 +57,7 @@ page will document how they work in the interim.
|
||||||
|
|
||||||
-> **Deprecation Note:** It's _strongly_ recommended you do not build anything
|
-> **Deprecation Note:** It's _strongly_ recommended you do not build anything
|
||||||
using Managed proxies and consider using [sidecar service
|
using Managed proxies and consider using [sidecar service
|
||||||
registrations](/docs/connect/proxies.html/sidecar-service.html) instead.
|
registrations](/docs/connect/proxies/sidecar-service.html) instead.
|
||||||
|
|
||||||
Managed proxies are given
|
Managed proxies are given
|
||||||
a unique proxy-specific ACL token that allows read-only access to Connect
|
a unique proxy-specific ACL token that allows read-only access to Connect
|
||||||
|
|
|
@ -722,7 +722,7 @@ or the `CONSUL_HTTP_TOKEN` environment variable.
|
||||||
#### ACL Rules
|
#### ACL Rules
|
||||||
|
|
||||||
The `acl` resource controls access to ACL operations in the
|
The `acl` resource controls access to ACL operations in the
|
||||||
[ACL API](/api/operator/acl.html).
|
[ACL API](/api/acl.html).
|
||||||
|
|
||||||
ACL rules look like this:
|
ACL rules look like this:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue