[obsidian] vault backup: 2024-02-06 11:48:31[
All checks were successful
Build / build (push) Successful in 1m54s

This commit is contained in:
Tomoya Matsuura(MacBookPro) 2024-02-06 11:48:31 +09:00
parent 7ce766a019
commit b106a8a6e2

View File

@ -80,13 +80,17 @@ services:
- "8080:80"
```
Caddyファイルは最小限。まだ404の設定とかしてない。
Caddyファイルは最小限。
```Caddyfile
:80 {
root * /www/html
file_server
try_files {path}.html {path}
handle_errors {
rewrite * /404.html
file_server
}
}
```