1
0
Fork 0
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:
navanchauhan 2022-08-13 18:19:51 -04:00
parent 8c1ce61fd4
commit 27a0e5e5b6

View file

@ -10,5 +10,5 @@ location __PATH__/ {
}
location = / {
return 301 "/admin";
return 301 "/js/embed.min.js";
}