Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DoTheEvo committed Jun 11, 2021
1 parent d508e0e commit 5f0681c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion caddy_v2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,17 @@ whatever.{$MY_DOMAIN} {

### HSTS and redirects

Running NextCloud behind any proxy likely shows few warning on its status page.
Here is example of a redirect when wanting the common reddirect
from www to naked domain.

```
www.{$MY_DOMAIN} {
redir https://{$MY_DOMAIN}{uri}
}
```

Another example is running NextCloud behind any 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.<br>
Like so:
Expand Down

0 comments on commit 5f0681c

Please sign in to comment.