Advertisement
Guest User

Untitled

a guest
Apr 30th, 2020
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ####################################################################################
  2. # Airsonic Admin subdomain code block example
  3. ####################################################################################
  4. https://jukebox.domain.net/ http://local.airsonic/ {
  5. tls user@domain.net # Email for Let's Encrypt Verification
  6. encode gzip
  7. log {
  8. output file /logs/airsonic.log
  9. format single_field common_log
  10. }
  11. reverse_proxy 192.168.1.103:4040 { # https://github.com/airsonic/airsonic
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement