Update Caddyfile

This commit is contained in:
Alexandre
2021-07-28 20:41:50 +02:00
committed by GitHub
parent 643757d9ee
commit 744c4e738a

View File

@@ -22,7 +22,7 @@
} }
handle @proxied { handle @proxied {
uri strip_suffix /
header X-Frame-Options "SAMEORIGIN" header X-Frame-Options "SAMEORIGIN"
reverse_proxy http://127.0.0.1:9000 reverse_proxy http://127.0.0.1:9000
} }