traefik: formatting

This commit is contained in:
notohh 2023-06-13 03:59:30 -04:00
parent 51eaa177b6
commit 65cd17419f
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -113,8 +113,12 @@
sendAnonymousUsage = false;
};
entryPoints = {
websecure.address = ":443";
web.address = ":80";
websecure = {
address = ":443";
};
web = {
address = ":80";
};
};
certificatesResolvers = {
staging.acme = {