Skip to content

Commit

Permalink
feat: enable websockets
Browse files Browse the repository at this point in the history
Signed-off-by: Chirag Ghosh <[email protected]>
  • Loading branch information
chirag-ghosh committed Jun 13, 2024
1 parent bc1945b commit f928f2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metaploy/naarad.metaploy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ server {

location / {
proxy_pass http://naarad;

proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}

0 comments on commit f928f2e

Please sign in to comment.