Created
February 26, 2016 16:05
-
-
Save adamvduke/b69b13ad8e4a69e5d665 to your computer and use it in GitHub Desktop.
Serve rails with TLS using caddyserver
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
example.com { | |
root /srv/example.com/public | |
tls [email protected] | |
proxy / localhost:5000 { | |
except /assets | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment