Handle HTTP requests

This commit is contained in:
sent 2025-05-11 12:55:10 -07:00
parent c5279de4de
commit 62527b3876

View File

@ -83,6 +83,10 @@ cat <<EOF | sudo tee /etc/caddy/Caddyfile > /dev/null
Referrer-Policy "no-referrer"
}
}
:80 {
reverse_proxy http://localhost:3000
}
EOF
separator
h