diff --git a/content/20240205150537 Caddyをraspi4にインストール.md b/content/20240205150537 Caddyをraspi4にインストール.md index 28cd7c4..b84230d 100755 --- a/content/20240205150537 Caddyをraspi4にインストール.md +++ b/content/20240205150537 Caddyをraspi4にインストール.md @@ -118,41 +118,6 @@ systemctl status caddy 動いてる。 -Caddyfileを /etc 以下に作成 -``` -$ sudo mkdir /etc/caddy/ -$ sudo toucn /etc/caddy/Caddyfile -``` - -Caddyfileを編集 -``` -localhost, 127.0.0.1 192.168.1.100(自分で決めたIPアドレス), saipi4.local(自分で決めたhostname), notes.kinoshita-lab.org(cludflareで設定したhostname) { - root * /var/www - file_server -} - -``` -/var/wwwにindex.htmlを作成 - -``` - - - - AYBABTU - - -

All your base are belong to us.

- - -``` - -caddyを起動 -``` -caddy run --config /etc/caddy/Caddyfile -``` -色々怒られるかもだけど、とりあえずネットワーク内から接続できる。 saipi4は私のraspi4のhostname。 - -![[Pasted image 20240205205804.png]] ## cf. - [GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS](https://github.com/caddyserver/caddy?tab=readme-ov-file#build-from-source)