We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0911 commit b730d26Copy full SHA for b730d26
plex.subdomain.conf.sample
@@ -61,4 +61,12 @@ server {
61
proxy_set_header X-Plex-Device-Vendor $http_x_plex_device_vendor;
62
proxy_set_header X-Plex-Model $http_x_plex_model;
63
}
64
+
65
+ location /library/streams/ {
66
+ set $upstream_app plex;
67
+ set $upstream_port 32400;
68
+ set $upstream_proto http;
69
+ proxy_pass $upstream_proto://$upstream_app:$upstream_port;
70
+ proxy_pass_request_headers off;
71
+ }
72
0 commit comments