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