diff --git a/conf/nginx.conf b/conf/nginx.conf index fe3ae5d..756e65b 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -10,5 +10,5 @@ location __PATH__/ { } location = / { - return 301 "/admin"; + return 301 "/js/embed.min.js"; } \ No newline at end of file