Search found 2 matches
- 29 Mar 2023, 20:44
- Forum: Installation & deployment
- Topic: Cloudflare Zero Trust Tunnel (reverse proxy)
- Replies: 2
- Views: 27073
Re: Cloudflare Zero Trust Tunnel (reverse proxy)
So for posterity's sake I'll run through this ... It had been a long while since I'd looked at my working nginx reverse proxy: server { server_name dynfi.domain.tld; root /var/www/dynfi.domain.tld; index index.html; location /.well-known { alias /var/www/dynfi.domain.tld/.well-known; } location /con...
- 28 Mar 2023, 20:35
- Forum: Installation & deployment
- Topic: Cloudflare Zero Trust Tunnel (reverse proxy)
- Replies: 2
- Views: 27073
Cloudflare Zero Trust Tunnel (reverse proxy)
I originally spun up my DynFi Manager behind an nginx reverse proxy to make it simple to use acme.sh. I've recently decided to go all in on Cloudflare Zero Trust and DynFi has been the only service I've had a hard time setting up with a tunnel. My manager is dynfi-23.0.3-all.jar on Ubuntu 20.04.6 LT...