Update Caddyfile

This commit is contained in:
Alexandre
2021-07-28 19:59:56 +02:00
committed by GitHub
parent 99450bbada
commit 9665da39d5

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
} }