mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Added serve the welcome folder
This commit is contained in:
@ -23,6 +23,11 @@
|
||||
"name": "/web-apps",
|
||||
"path": "/var/www/onlyoffice/documentserver/web-apps",
|
||||
"options": {"maxAge": "7d"}
|
||||
},
|
||||
{
|
||||
"name": "/welcome",
|
||||
"path": "/var/www/onlyoffice/documentserver/server/welcome",
|
||||
"options": {"maxAge": "7d"}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@ -23,6 +23,11 @@
|
||||
"name": "/web-apps",
|
||||
"path": "../../../web-apps",
|
||||
"options": {"maxAge": "7d"}
|
||||
},
|
||||
{
|
||||
"name": "/welcome",
|
||||
"path": "../../welcome",
|
||||
"options": {"maxAge": "7d"}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user