diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-08 23:42:07 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-08 23:42:07 +0900 |
| commit | 73a035d82eb5dc27c56251e5466f6c8af0a1d0a1 (patch) | |
| tree | 9a264fa759a726f8a775644a9dae27c2c2017765 /Caddyfile | |
Initial: shared Caddy reverse proxy on web network
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..ebcba69 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,10 @@ +golive.yyamashita.com { + header Referrer-Policy "no-referrer" + header X-Robots-Tag "noindex, nofollow" + + reverse_proxy tokyo-app:3000 +} + +whois.band { + reverse_proxy whois-app:3000 +} |
