Update default.conf

This commit is contained in:
louis-antoine-etsmtl 2024-04-05 16:40:40 -04:00 committed by GitHub
parent 7b884b812f
commit dacece505d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,11 @@ server {
proxy_pass http://backend;
}
location /socket.io {
rewrite /backend/(.*) /$1 break;
proxy_pass http://backend;
}
location / {
proxy_pass http://frontend;
}