Fixed issues with front-end websockets in dev
This commit is contained in:
parent
2bbb2f3239
commit
102aa6f5ba
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue