Y
Hacker News
new
|
ask
|
show
|
jobs
by
Teichopsia
3605 days ago
Pardon my ignorance, but as a complete beginner how do you hook that up with a python (flask / gunicorn) app?
1 comments
okket
3605 days ago
Run the python process on a different port and let Caddy act as a proxy, forwarding requests from the original port to it. As described in the second (proxy) link.
link