Advertisement
xsnipuhx

Multiple services v2

May 4th, 2020 (edited)
13,513
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. jellyfin.xxx.org {
  2. encode gzip
  3. reverse_proxy localhost:8096
  4. }
  5. airsonic.xxx.org {
  6. encode gzip
  7. reverse_proxy localhost:8080
  8. }
  9. books.xxx.org {
  10. encode gzip
  11. reverse_proxy localhost:2202
  12. }
  13.  
  14.  
  15. # Edited 05/06/20 Remove Empty Brackets, Change logging format, and added Email portion
  16. # Edit 05/07/20 Removed Email portion for now. Adding an optional part in the guide
  17. # Proof /u/NoFeedback4007 is original author. :)
  18. # Edit 02/27/2023 Removed Log portion file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement