traefik config bug dfix
This commit is contained in:
parent
6c915b5a09
commit
95edbcb92d
1 changed files with 3 additions and 3 deletions
|
|
@ -17,10 +17,10 @@
|
||||||
exposedByDefault = false;
|
exposedByDefault = false;
|
||||||
network = "podman";
|
network = "podman";
|
||||||
};
|
};
|
||||||
entrypoints = {
|
entryPoints = {
|
||||||
web = {
|
http = {
|
||||||
address = ":80";
|
address = ":80";
|
||||||
http.redirections.entrypoint = {
|
http.redirections.entryPoint = {
|
||||||
to = "websecure";
|
to = "websecure";
|
||||||
scheme = "https";
|
scheme = "https";
|
||||||
permanent = true;
|
permanent = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue