Advertisement
Guest User

Untitled

a guest
Jun 18th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. domain.com, domain.com:10443, www.domain.com, www.domain.com:10443 {
  2.  
  3. tls {
  4. dns cloudflare
  5. }
  6.  
  7. startup /caddy/php/php-cgi -b 127.0.0.1:9000 &
  8.  
  9. import common.conf
  10.  
  11. }
  12.  
  13. http://localhost {
  14.  
  15. import common.conf
  16.  
  17. }
  18.  
  19.  
  20. emby.domain.com, emby.domain.com:10443 {
  21.  
  22. gzip
  23.  
  24. tls {
  25. dns cloudflare
  26. }
  27.  
  28. # Separate log file for Emby server
  29. log embyaccess.log
  30. log embyerror.log
  31.  
  32. proxy / 127.0.0.1:8096 {
  33. transparent
  34. }
  35.  
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement