mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Fix issues with Element (Riotchat) app
This commit is contained in:
parent
a03e25fac4
commit
fe62ab987a
1 changed files with 4 additions and 0 deletions
|
@ -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