From 502848084d2298f5c2c7191f00f7e0282f632792 Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Fri, 11 Jun 2021 19:47:18 +0200 Subject: [PATCH] update --- caddy_v2/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index d4f32ae..29debb0 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -465,8 +465,8 @@ whatever.{$MY_DOMAIN} { ### HSTS and redirects -Here is example of a redirect when wanting the common reddirect -from www to naked domain. +Here is an example of a redirect when wanting the common case of +switching anyone that comes to A www subdomain to the naked domain. ``` www.{$MY_DOMAIN} { @@ -474,7 +474,7 @@ www.{$MY_DOMAIN} { } ``` -Another example is running NextCloud behind any proxy, +Another example is running NextCloud behind proxy, which likely shows few warning on its status page. It requires some redirects for service discovery to work and would like if [HSTS](https://www.youtube.com/watch?v=kYhMnw4aJTw) would be set.