From 3e74807b654c18cfbe990039349c161d39fe99f9 Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Thu, 31 Mar 2022 00:30:32 +0800 Subject: [PATCH] Updated Reverse Proxy with Cloudflare Tunnel (markdown) --- Reverse-Proxy-with-Cloudflare-Tunnel.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/Reverse-Proxy-with-Cloudflare-Tunnel.md b/Reverse-Proxy-with-Cloudflare-Tunnel.md index 20d5538..91497cf 100644 --- a/Reverse-Proxy-with-Cloudflare-Tunnel.md +++ b/Reverse-Proxy-with-Cloudflare-Tunnel.md @@ -41,7 +41,7 @@ Cons: ## Step by step -The step is actually very simple. However, since the concept is pretty new to anyone, it may be good to write it in detail. +The steps are actually very simple. However, since the concept is pretty new to anyone, it may be good to write it in detail. But trust me, once you learnt, you will remember how to config without this guide again! While for nginx, Traefik, I never could remember how to config without googling it. @@ -64,7 +64,19 @@ But trust me, once you learnt, you will remember how to config without this guid 6. `Settings` > `Reverse Proxy` 7. Paste the token into the `Cloudflare Tunnel Token` field. 8. Click `Start cloudflared` - +9. Go back to `Cloudflare Zero Trust`, if you see your connector, then click `Next` + + + +10. Choose your favorite domain name and map to `http://localhost:3001` + + + +11. Click `Save` and go to your domain name `https://` and profit! + Yeah, it also automatically gives you SSL! + + + ## How to Stop