# π Caddy v2 Proof of Concept When I found the console in Glitch, I thought the Web server Caddy would work. π€ Caddy:
Related forum:
ζ₯ζ¬θͺ: [Web γ΅γΌγ Caddy γγγ°γγδ½ΏγγγGlitch γ§γ| γ΅γγγπ FU-SEN](https://balloon-jp.vercel.app/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 ### Custom 404 Are you looking for a Custom 404? Caddy can do this! TThis project references `404.html` with an HTTP level error. If this is a static site, only Not Found can be expected as an error. ## Update Caddy Using [webinstall.dev](https://webinstall.dev/). Run in Terminal: ``` rm -r ~/.local/opt/caddy-* ~/Downloads/webi/caddy curl -sS https://webi.sh/caddy | sh ``` **BALLOON | FU-SEN** ππ