diff --git a/.github/README.md b/.github/README.md index 0764962..2c114f9 100644 --- a/.github/README.md +++ b/.github/README.md @@ -191,14 +191,19 @@ The first time you run ass, the setup process will automatically be called & you ## Using HTTPS -For HTTPS support, you must configure a reverse proxy. I recommend Caddy but any reverse proxy should work (such as Apache or Nginx). I also have a [tutorial on easily setting up Caddy][my tutorial] as a reverse proxy server. +For HTTPS support, you must configure a reverse proxy. I recommend [Caddy] but any reverse proxy works fine (such as Apache or Nginx). A sample config for Caddy is provided below: + +``` +ass.example.com { + reverse_proxy localhost:40115 +} +``` [Caddy]: https://caddyserver.com/ -[my tutorial]: https://old.jmoore.dev/tutorials/2021/03/caddy-express-reverse-proxy/ ## Cloudflare users -In your Cloudflare DNS dashboard, set your domain/subdomain to **DNS Only** if you experience issues with **Proxied**. +In your Cloudflare DNS dashboard, set your domain/subdomain to **DNS Only** if you experience issues with **Proxied**. This may not be necessary for all users. >