mirror of
https://github.com/ONLYOFFICE/Docker-DocumentServer.git
synced 2026-04-07 14:01:38 +08:00
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:
@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user