Skip to content

Commit

Permalink
nginx/conf.d.prod/ws.engine.permissioning.city.conf: fix nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihohn committed Dec 10, 2024
1 parent a632380 commit ead5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/conf.d.prod/ws.engine.permissioning.city.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {
add_header 'Access-Control-Allow-Credentials' 'true';

location /socket.io/ {
proxy_pass http://permission-engine-api:3000;
proxy_pass http://permission-engine-daemon:3000;

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
Expand Down

0 comments on commit ead5e7c

Please sign in to comment.