How to stop automatic HTTPS on Caddy

pull/1/head
Tai 4 years ago
parent dd3c4b684f
commit 933bb9608d

@ -23,6 +23,15 @@ networks:
name: caddy_net
```
# To prevent automatic HTTPS on Caddy 2
Append http:// to your CaddyFile Entries. Example Below.
```
http://subdomain.yourdomain.com {
reverse_proxy 192.168.16.5
}
```
# Application Specific Deployments
#### Seafile

Loading…
Cancel
Save