Skip to content

Commit de2e0b0

Browse files
authored
Update config-cheat-sheet.en-us.md
1 parent df7039d commit de2e0b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
181181
- `SSH_LISTEN_PORT`: **%(SSH\_PORT)s**: Port for the built-in SSH server.
182182
- `OFFLINE_MODE`: **false**: Disables use of CDN for static files and Gravatar for profile pictures.
183183
- `DISABLE_ROUTER_LOG`: **false**: Mute printing of the router log.
184-
- `CERT_FILE`: **custom/https/cert.pem**: Cert file path used for HTTPS.
185-
- `KEY_FILE`: **custom/https/key.pem**: Key file path used for HTTPS.
184+
- `CERT_FILE`: **https/cert.pem**: Cert file path used for HTTPS. From 1.12 relative paths will be made absolute against `CUSTOM_PATH`.
185+
- `KEY_FILE`: **https/key.pem**: Key file path used for HTTPS. From 1.12 relative paths will be made absolute against `CUSTOM_PATH`.
186186
- `STATIC_ROOT_PATH`: **./**: Upper level of template and static files path.
187187
- `STATIC_CACHE_TIME`: **6h**: Web browser cache time for static resources on `custom/`, `public/` and all uploaded avatars.
188188
- `ENABLE_GZIP`: **false**: Enables application-level GZIP support.

0 commit comments

Comments
 (0)