mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Merge branch 'testing' into v.20.0.2
This commit is contained in:
commit
347aedddf1
2 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,6 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
|
||||
[Nextcloud](https://nextcloud.com) gives you freedom and control over your own data. A personal cloud which runs on your own server. With Nextcloud you can synchronize your files over your devices.
|
||||
|
||||
|
||||
**Shipped version:** 20.0.2
|
||||
|
||||
## Screenshots
|
||||
|
|
|
@ -121,6 +121,10 @@ location ^~ __PATH__/ {
|
|||
rewrite ^ __PATH__/index.php$request_uri;
|
||||
}
|
||||
|
||||
location ~* ^__PATH__/apps/riotchat/riot/ {
|
||||
rewrite ^ __PATH__/index.php$request_uri;
|
||||
}
|
||||
|
||||
# Adding the cache control header for js, css and map files
|
||||
location ~ ^__PATH__/.+[^\/]\.(?:css|js|woff2?|svg|gif|map)$ {
|
||||
try_files $uri __PATH__/index.php$request_uri;
|
||||
|
|
Loading…
Add table
Reference in a new issue