Add traefik reverse proxy
This commit is contained in:
8
containers/traefik/files/conf/http_compress.yml
Normal file
8
containers/traefik/files/conf/http_compress.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
http:
|
||||
middlewares:
|
||||
http-compress:
|
||||
compress:
|
||||
excludedContentTypes:
|
||||
- "video/*"
|
||||
- "image/*"
|
||||
- "audio/*"
|
||||
2
containers/traefik/files/conf/http_config.yml
Normal file
2
containers/traefik/files/conf/http_config.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
serversTransport:
|
||||
insecureSkipVerify: true
|
||||
Reference in New Issue
Block a user