Advertisement
ToastyStoemp

Untitled

Nov 22nd, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. server {
  2. listen 80;
  3. listen [::]:80;
  4.  
  5. server_name plex.toastystoemp.com;
  6.  
  7. index index.html;
  8.  
  9. location = / {
  10. return 307 http://plex.toastystoemp.com/web/index.html;
  11. }
  12. location / {
  13. proxy_pass http://homeServerIP:32400;
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement