mirror of
https://github.com/YunoHost-Apps/isso_ynh.git
synced 2024-09-03 19:35:55 +02:00
redirect plain to js
This commit is contained in:
parent
8c1ce61fd4
commit
27a0e5e5b6
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
location = / {
|
location = / {
|
||||||
return 301 "/admin";
|
return 301 "/js/embed.min.js";
|
||||||
}
|
}
|
Loading…
Reference in a new issue