Advertisement
Guest User

Caddyfile (SDub)

a guest
Jan 12th, 2025
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | Software | 0 0
  1. https://cloud.example.com:443 {
  2. reverse_proxy localhost:11000 {
  3. transport http {
  4. tls_insecure_skip_verify
  5. }
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement