mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-06 07:39:57 +02:00
Fixed issues with front-end websockets in dev
This commit is contained in:
parent
2bbb2f3239
commit
102aa6f5ba
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue