Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created November 13, 2019 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save recursivecodes/dc7d1450f8560dd079e0db5e060cda46 to your computer and use it in GitHub Desktop.
Save recursivecodes/dc7d1450f8560dd079e0db5e060cda46 to your computer and use it in GitHub Desktop.
Caddyfile
https://your.domain.com {
    proxy / ghost-blog:2368 {
        transparent
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment