Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 8f9f8da

Browse files
authored
Merge pull request #138 from jellyfin/dkanada-patch-1
Update websocket location
2 parents 77f4aac + add1c32 commit 8f9f8da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

general/administration/reverse-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ Ports 80 and 443 (pointing to the proxy server) need to be opened on your Firewa
4242
#
4343
# ProxyPreserveHost On
4444
#
45-
# ProxyPass "/embywebsocket" "ws://SERVER_IP_ADDRESS:8096/embywebsocket"
46-
# ProxyPassReverse "/embywebsocket" "ws://SERVER_IP_ADDRESS:8096/embywebsocket"
45+
# ProxyPass "/socket" "ws://SERVER_IP_ADDRESS:8096/socket"
46+
# ProxyPassReverse "/socket" "ws://SERVER_IP_ADDRESS:8096/socket"
4747
#
4848
# ProxyPass "/" "http://SERVER_IP_ADDRESS:8096/"
4949
# ProxyPassReverse "/" "http://SERVER_IP_ADDRESS:8096/"
@@ -134,7 +134,7 @@ server {
134134
# # Disable buffering when the nginx proxy gets very resource heavy upon streaming
135135
# proxy_buffering off;
136136
# }
137-
# location /embywebsocket {
137+
# location /socket {
138138
# # Proxy Jellyfin Websockets traffic
139139
# proxy_pass http://SERVER_IP_ADDRESS:8096;
140140
# proxy_http_version 1.1;

0 commit comments

Comments
 (0)