Update caddy-configuration.md

This commit is contained in:
XhmikosR
2020-04-30 16:22:36 +03:00
committed by GitHub
parent b3b08c4ea7
commit 081cb06b23
+3 -3
View File
@@ -65,7 +65,7 @@ The following configuration will automatically fetch and setup Https for your do
```
myawesomesite.com {
reverse_proxy localhost:1080
reverse_proxy localhost:1080
}
```
@@ -73,8 +73,8 @@ Additionally you can make pihole reacheable via a subdomain and optionally can y
```
pihole.myawesomesite.com {
reverse_proxy localhost:1080
encode zstd gzip
reverse_proxy localhost:1080
encode zstd gzip
}
```