Browse Source

How to stop automatic HTTPS on Caddy

pull/1/head
Tai 5 years ago
parent
commit
933bb9608d
  1. 9
      README.md

9
README.md

@ -23,6 +23,15 @@ networks: @@ -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