Allow nextcloud to be reached over internal SSL
This removes the need for a custom config, and means traefik is proxying HTTP2, which is nice
This commit is contained in:
@ -36,3 +36,6 @@ certificatesResolvers:
|
||||
storage: /etc/traefik/acme.json
|
||||
httpChallenge:
|
||||
entryPoint: web
|
||||
|
||||
serversTransport:
|
||||
insecureSkipVerify: true
|
||||
|
Reference in New Issue
Block a user