Advertisement
Guest User

Untitled

a guest
May 29th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. https://site1.lab-yyy.xyz
  2. {
  3. proxy / https://site1.lab-yyy.xyz:8000 {
  4. policy round_robin
  5. transparent
  6. insecure_skip_verify
  7. }
  8. }
  9.  
  10. site2.yyy.com.au
  11. {
  12. proxy / https://backend1.lab-yyy.xyz {
  13. policy round_robin
  14. transparent
  15. insecure_skip_verify
  16. }
  17. }
  18.  
  19.  
  20. http://site3.firecube.xyz
  21. {
  22. proxy / http://backend1.lab-yyy.xyz {
  23. policy round_robin
  24. transparent
  25. insecure_skip_verify
  26. }
  27. }
  28.  
  29.  
  30. http://site4.lab-yyy.xyz
  31. {
  32. root C:\Caddy
  33. }
  34.  
  35. https://site5.lab-yyy.xyz
  36. {
  37. root C:\Caddy
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement