Update caddy.txt

This commit is contained in:
Alexandre
2021-07-28 22:27:17 +02:00
committed by GitHub
parent a7da584d8a
commit 3989bb8abf

View File

@@ -29,5 +29,11 @@
root * /app/dist
try_files {path}.html {path} /
file_server
}
handle_path /* {
header X-Frame-Options "SAMEORIGIN"
reverse_proxy http://127.0.0.1:9000
}
}