travail avec lucky - suite

This commit is contained in:
batche
2022-12-14 11:01:11 +01:00
parent f1f94cb9bc
commit fd8435b632
5 changed files with 6 additions and 25 deletions

View File

@@ -1,9 +1,6 @@
upstream pong {
server http://game_server:8042/pong;
}
server {
listen 8080 default_server;
listen 8042;
listen [::]:8080 default_server;
server_name transcendance;
@@ -22,7 +19,7 @@ server {
proxy_pass http://frontend_dev:8080;
}
location /pong {
http://game_server:8080;
http://game_server:8042/pong;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;