mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2026-05-14 02:31:42 +01:00
Updated conf for AWS deploy
This commit is contained in:
+6
-2
@@ -1,3 +1,7 @@
|
||||
am-d-model.eu {
|
||||
reverse_proxy site:3000
|
||||
{
|
||||
admin off
|
||||
}
|
||||
|
||||
am-d-model.eu {
|
||||
reverse_proxy localhost:3000
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user