Created
May 26, 2021 04:07
-
-
Save iwinux/c49d6443c3286c9f994ef6d4e33708d8 to your computer and use it in GitHub Desktop.
A fucking simple Caddyfile that disables some default shit
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
{ | |
admin off | |
auto_https off | |
} | |
http://localhost:8080 { | |
file_server | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment