Move web proxy to a legal FRC port

This makes it so we can actually get to it on the field.

Change-Id: I9a67a7ac4ddaff26210d7d27532ccaa851331bf1
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/aos/network/web_proxy.cc b/aos/network/web_proxy.cc
index a486b94..4d3f513 100644
--- a/aos/network/web_proxy.cc
+++ b/aos/network/web_proxy.cc
@@ -17,7 +17,7 @@
 struct list *tmrl_get(void);
 }
 
-DEFINE_int32(proxy_port, 8080, "Port to use for the web proxy server.");
+DEFINE_int32(proxy_port, 1180, "Port to use for the web proxy server.");
 
 namespace aos {
 namespace web_proxy {