mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 13:06:16 -04:00
No description
![]() There are line and paragraph separators as unicode symbols which are only visible in Chrome on Windows machines and are difficult to detect on other setups. They cause visual inconsistencies and can be safely removed. https://www.fileformat.info/info/unicode/char/2029/index.htm https://stackoverflow.com/questions/39603446/why-is-this-symbol-showing-up-on-chrome-and-not-firefox-or-edge |
||
---|---|---|
.github | ||
src | ||
.gitignore | ||
Caddyfile | ||
README.md |
The Caddy Website
This is the source of the Caddy website, caddyserver.com.
Requirements
- Caddy 2 (installed in your PATH as
caddy
)
Quick start
git clone https://github.com/caddyserver/website.git
cd website
caddy run
You can then load localhost:2015 in your browser.