mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
fix: ref error
This commit is contained in:
parent
cf246ba306
commit
d08f5bb4de
|
|
@ -970,7 +970,7 @@ Version 6.3 also changed the database table for file comments, if you have used
|
|||
|
||||
> Note, this command should be run while Seafile server is running.
|
||||
|
||||
Version 6.3 changed '/shib-login' to '/sso'. If you use Shibboleth, you need to to update your Apache/Nginx config. Please check the updated document: [shibboleth config v6.3](../deploy/shibboleth_config_v6.3.md)
|
||||
Version 6.3 changed '/shib-login' to '/sso'. If you use Shibboleth, you need to to update your Apache/Nginx config. Please check the updated document: [shibboleth config v6.3](../config/shibboleth_authentication.md)
|
||||
|
||||
Version 6.3 add a new option for file search (`seafevents.conf`):
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ SeaDoc has the following deployment methods:
|
|||
|
||||
#### Download and modify seadoc.yml
|
||||
|
||||
Download [seadoc.yml](../docker/seadoc/1.0/seadoc.yml) sample file to your host. Then modify the file according to your environment. The following fields are needed to be modified:
|
||||
Download [seadoc.yml](../docker/seadoc/1.0/standalone/seadoc.yml) sample file to your host. Then modify the file according to your environment. The following fields are needed to be modified:
|
||||
|
||||
- `DB_HOST`: MySQL host
|
||||
- `DB_PORT`: MySQL port
|
||||
|
|
|
|||
Loading…
Reference in New Issue