Ajout du ranking côté back, reste à l'implémenter côté front

This commit is contained in:
batche
2022-12-21 17:13:50 +01:00
parent e786324896
commit eb1a5b47dd
3 changed files with 45 additions and 12 deletions

View File

@@ -11,6 +11,10 @@ server {
proxy_pass http://backend_dev:3000;
}
location /api/v2/game/gameserver {
deny all;
}
location /pong {
proxy_pass http://game_server:8042/pong;
proxy_http_version 1.1;