kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Merge branch 'fix_apache_proxy' into 'develop'
fix #617: fix apache proxy for websocket Closes #617 See merge request funkwhale/funkwhale!472environments/review-front-funk-vgsw69/deployments/41
commit
1d6a4d8c6f
|
@ -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>
|
</Proxy>
|
||||||
|
|
||||||
# Activating WebSockets
|
# 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">
|
<Location "/api">
|
||||||
# similar to nginx 'client_max_body_size 30M;'
|
# similar to nginx 'client_max_body_size 30M;'
|
||||||
|
|
Ładowanie…
Reference in New Issue