mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 01:58:40 -05:00
Two small corrections to config docs page (#640)
- s/want to Actual to serve/want Actual to serve/ - s/allowed to authentic with/allowed to authenticate with/
This commit is contained in:
@@ -31,7 +31,7 @@ You can’t specify this option in `config.json` since it needs to be used to fi
|
||||
|
||||
## `https`
|
||||
|
||||
If you want to Actual to serve over HTTPS, you can set this key to an object with the following keys:
|
||||
If you want Actual to serve over HTTPS, you can set this key to an object with the following keys:
|
||||
|
||||
- `key`: The path to the private key file. (environment variable: `ACTUAL_HTTPS_KEY`)
|
||||
- `cert`: The path to the certificate file. (environment variable: `ACTUAL_HTTPS_CERT`)
|
||||
@@ -89,4 +89,4 @@ Updates the servers request forwarding trust to remove known proxy IPs from the
|
||||
|
||||
## `trustedAuthProxies`
|
||||
|
||||
Configure the clients that are allowed to authentic with HTTP headers. This defaults to what is set in `trustedProxies`, but can be overridden independently. (environment variable: `ACTUAL_TRUSTED_AUTH_PROXIES`, comma separated string).
|
||||
Configure the clients that are allowed to authenticate with HTTP headers. This defaults to what is set in `trustedProxies`, but can be overridden independently. (environment variable: `ACTUAL_TRUSTED_AUTH_PROXIES`, comma separated string).
|
||||
|
||||
Reference in New Issue
Block a user