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;
|
||||
network = "podman";
|
||||
};
|
||||
entrypoints = {
|
||||
web = {
|
||||
entryPoints = {
|
||||
http = {
|
||||
address = ":80";
|
||||
http.redirections.entrypoint = {
|
||||
http.redirections.entryPoint = {
|
||||
to = "websecure";
|
||||
scheme = "https";
|
||||
permanent = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue