Files
prompt/ops/Caddyfile.mopf
dsyoon 27540269b7 Initial commit: add FastAPI MVP (모프) and existing web app
Includes FastAPI+Jinja2+HTMX+SQLite implementation with seed categories, plus deployment templates.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-16 17:17:22 +09:00

13 lines
229 B
Caddyfile

{
# 인증서 발급용 이메일(서버에서 환경변수로 주는 것을 권장)
email {$CADDY_EMAIL}
}
prompt.ncue.net {
encode zstd gzip
# FastAPI(uvicorn)로 리버스 프록시
reverse_proxy 127.0.0.1:8000
}