summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile10
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
+}