-
As you might already assume, my knowlegde of Python, poetry, github and gunicorn is questionable, please be patient. It's a steep learning curve. From pandora.circle.lu I learned, that it's running on 443/tcp: I assume, that's in generic.json? At least I'll know how to get a certificate from our CA, but: what would be a safe place to store that? And where to hide the keyfile? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
We run it behind a reverse proxy using more or less this approach: https://docs.gunicorn.org/en/stable/deploy.html with the TCP option:
|
Beta Was this translation helpful? Give feedback.
The one above is probably more recommended, but I use this one https://github.com/Lookyloo/lookyloo/blob/main/etc/nginx/sites-available/lookyloo
With one change :
proxy_pass http://localhost:6100/;