Advertisement
Guest User

Untitled

a guest
Aug 28th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Nginx 0.22 KB | None | 0 0
  1. location /plex/ {
  2.             proxy_pass http://172.20.0.3:32400/;
  3.             include proxy.conf;
  4.         }
  5.         if ($http_referer ~* /plex/) {
  6.             rewrite ^/web/(.*) /plex/web/$1? redirect;
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement