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:
Jake Howard
2020-05-24 19:21:17 +01:00
parent eac381a90a
commit 7dd31c0556
5 changed files with 6 additions and 101 deletions

View File

@ -36,3 +36,6 @@ certificatesResolvers:
storage: /etc/traefik/acme.json
httpChallenge:
entryPoint: web
serversTransport:
insecureSkipVerify: true