Hi @KeilaCoin, firstly what command are you using to run Caddy, and what is it outputting on startup?
As for your Caddyfile:
I believe that as you’ve specified I’m assuming you understand that tls self_signed
, Automatic HTTPS is disabled and Caddy will serve the www.website.com
and website.com
on port :2015.tls self_signed
will result in certificate errors that connecting clients will have to click through.
Also, consider adding the transparent
preset to your proxy directive so that your Odoo backend has the information it needs about the client.
You’ll keep getting this until you change your ulimit. Check out this StackOverflow answer. There’s also one that’s pertinent to your distro.