File tree 1 file changed +2
-2
lines changed
docs/content/doc/advanced
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,8 +181,8 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
181
181
- ` SSH_LISTEN_PORT ` : ** %(SSH\_ PORT)s** : Port for the built-in SSH server.
182
182
- ` OFFLINE_MODE ` : ** false** : Disables use of CDN for static files and Gravatar for profile pictures.
183
183
- ` 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 ` .
186
186
- ` STATIC_ROOT_PATH ` : ** ./** : Upper level of template and static files path.
187
187
- ` STATIC_CACHE_TIME ` : ** 6h** : Web browser cache time for static resources on ` custom/ ` , ` public/ ` and all uploaded avatars.
188
188
- ` ENABLE_GZIP ` : ** false** : Enables application-level GZIP support.
You can’t perform that action at this time.
0 commit comments