# π Caddy v1 Proof of Concept **Note: Already, Caddy is mainly v2. Unless you have a specific reason, you should use Caddy v2.** When I found the console in Glitch, I thought the Web server Caddy would work. π€ Caddy:
Related forum:
ζ₯ζ¬θͺ: [Web γ΅γΌγ Caddy γγγ°γγδ½ΏγγγGlitch γ§γ| γ΅γγγπ FU-SEN](https://blog.balloon.im/2020/02/web-%E3%82%B5%E3%83%BC%E3%83%90-caddy-%E3%82%92%E3%81%99%E3%81%B0%E3%82%84%E3%81%8F%E4%BD%BF%E3%81%8A%E3%81%86glitch-%E3%81%A7/) ## Project You can choose these if you need: - Caddy v2:
- Caddy v1:
## Generated Static Site This POC has been tuned to apply [GENERATED STATIC SITE](https://help.glitch.com/kb/article/113-i-noticed-a-%E2%80%9Cglitch%E2%80%9D-entry-in-the-react-and-eleventy-starter-projects%E2%80%99-package-json-what-does-that-do/). This ensures that the web never sleeps and consumes Project Hours when you don't edit. ## Simple usage Edit `index.html`. Of course you can add files. ### Caddyfile You can also edit `Caddyfile`, but do not change them: - `:{$PORT}`: Change subdomains or custom domains in Glitch only - `tls off`: Glitch issues an SSL certificate. Caddy does not need to be issued. ### Custom 404 Are you looking for a Custom 404? Caddy can do this! In this project it is set to `404.html`. ## Update Caddy I'm using [webi](https://webinstall.dev/caddy/). Run in Terminal: ``` webi caddy@1.0.4 ``` `1.0.4` is version. **BALLOON | FU-SEN** ππ