kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix #617: fix apache proxy for websocket
rodzic
9005ebbd6d
commit
031ae27a40
|
@ -0,0 +1 @@
|
|||
Invalid URI for reverse proxy websocket with apache (#617)
|
|
@ -69,7 +69,7 @@ Define MUSIC_DIRECTORY_PATH /srv/funkwhale/data/music
|
|||
</Proxy>
|
||||
|
||||
# Activating WebSockets
|
||||
ProxyPass "/api/v1/instance/activity" ${funkwhale-api-ws}/api/v1/instance/activity
|
||||
ProxyPass "/api/v1/activity" ${funkwhale-api-ws}/api/v1/activity
|
||||
|
||||
<Location "/api">
|
||||
# similar to nginx 'client_max_body_size 30M;'
|
||||
|
|
Ładowanie…
Reference in New Issue