Updated conf for AWS deploy

This commit is contained in:
2025-01-15 14:41:13 +00:00
parent 6c6b51515a
commit b645aba26a
2 changed files with 9 additions and 1 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{
admin off
}
am-d-model.eu {
reverse_proxy site:3000
reverse_proxy localhost:3000
}
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p /etc/caddy
curl https://raw.githubusercontent.com/Cian-H/am-d-model.eu/refs/heads/prod/conf/Caddyfile > /etc/caddy/Caddyfile
exec caddy run --config /etc/caddy/Caddyfile