I had the same issue with an Archer C2, however I was able to get it work by setting the Referer Header.
proxy_pass http://192.168.0.1;
proxy_set_header Referer http://192.168.0.1/;
proxy_pass http://192.168.0.1;
proxy_set_header Referer http://192.168.0.1/;