Update nginx config to include admin problem dashboard

This commit is contained in:
James Wang 2016-01-04 21:15:10 -05:00
parent f8e22decc0
commit 140733bd33

View file

@ -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;
}