Ajout du ranking côté back, reste à l'implémenter côté front
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user