mirror of
https://github.com/YunoHost-Apps/cinny_ynh.git
synced 2024-09-03 18:16:13 +02:00
Fix nginx config
This commit is contained in:
parent
61a4d51f78
commit
cba6340334
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ location __PATH__/ {
|
|||
# Path to source
|
||||
alias __INSTALL_DIR__/www/;
|
||||
|
||||
try_files $uri /index.html;
|
||||
try_files $uri __PATH__/index.html;
|
||||
|
||||
location ~ ^.*/olm.wasm$ {
|
||||
try_files $uri /olm.wasm;
|
||||
location ~ ^__PATH__/.*/olm.wasm$ {
|
||||
try_files $uri __PATH__/olm.wasm;
|
||||
}
|
||||
|
||||
# From upstream, FIXME: not needed?
|
||||
|
|
Loading…
Add table
Reference in a new issue