Fix Bug 53170 / Add the ability to set secure_link_secret (#444)
* Add securelink generation * Add ability to configure securelink_secret * Add a description of SECURE_LINK_SECRET * Update README.md
This commit is contained in:
parent
61d388372b
commit
01606746c1
2 changed files with 3 additions and 0 deletions
|
@ -468,6 +468,8 @@ update_nginx_settings(){
|
|||
if [ -f "${NGINX_ONLYOFFICE_EXAMPLE_CONF}" ]; then
|
||||
sed 's/linux/docker/' -i ${NGINX_ONLYOFFICE_EXAMPLE_CONF}
|
||||
fi
|
||||
|
||||
documentserver-update-securelink.sh -s ${SECURE_LINK_SECRET:-$(pwgen -s 20)}
|
||||
}
|
||||
|
||||
update_supervisor_settings(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue