Fixed issues with front-end websockets in dev

This commit is contained in:
Eliot Berriot 2019-07-10 11:38:50 +02:00
parent 2bbb2f3239
commit 102aa6f5ba
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ http {
location /front-server/ { location /front-server/ {
proxy_pass http://funkwhale-front/; proxy_pass http://funkwhale-front/;
} }
location /sockjs-node/ {
proxy_pass http://funkwhale-front/sockjs-node/;
}
location / { location / {
include /etc/nginx/funkwhale_proxy.conf; include /etc/nginx/funkwhale_proxy.conf;