diff --git a/client/Private/nginx.conf b/client/Private/nginx.conf index 46e66be..e90f73c 100644 --- a/client/Private/nginx.conf +++ b/client/Private/nginx.conf @@ -10,7 +10,10 @@ http { server { location /submit { - proxy_pass http://tradegame/submit; + proxy_pass http://tradegame:5000/submit; + } + location /status { + proxy_pass http://tradegame:5000/status; } location / { root /usr/share/nginx/html; diff --git a/client/Public/index.html b/client/Public/index.html index 6b4f73e..4bcd739 100644 --- a/client/Public/index.html +++ b/client/Public/index.html @@ -1,18 +1,34 @@
-