Add traefik reverse proxy

This commit is contained in:
2023-02-03 18:01:35 +01:00
parent 1e42d41d1b
commit 654fc767fa
5 changed files with 189 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
http:
middlewares:
http-compress:
compress:
excludedContentTypes:
- "video/*"
- "image/*"
- "audio/*"

View File

@@ -0,0 +1,2 @@
serversTransport:
insecureSkipVerify: true