Skip to content
Snippets Groups Projects
Verified Commit 102aa6f5 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed issues with front-end websockets in dev

parent 2bbb2f32
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ http {
location /front-server/ {
proxy_pass http://funkwhale-front/;
}
location /sockjs-node/ {
proxy_pass http://funkwhale-front/sockjs-node/;
}
location / {
include /etc/nginx/funkwhale_proxy.conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment