From 140733bd33e8c4882c3f598e3202c635dfec063c Mon Sep 17 00:00:00 2001 From: James Wang Date: Mon, 4 Jan 2016 21:15:10 -0500 Subject: [PATCH] Update nginx config to include admin problem dashboard --- ctf.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctf.nginx b/ctf.nginx index 352463b..579eba7 100644 --- a/ctf.nginx +++ b/ctf.nginx @@ -13,7 +13,7 @@ server { # } # Put all the pages here so Angular doesn't fail. - location ~^/(about|login|register|scoreboard|chat|updates|problems|programming|shell|rules)$ { + location ~^/(about|login|register|scoreboard|chat|updates|problems|programming|shell|rules|admin/problems)$ { default_type text/html; try_files /index.html /index.html; }