traefik: disable api

This commit is contained in:
notohh 2024-01-31 09:41:25 -05:00
parent 28fe422529
commit 13d950f41d
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -195,10 +195,10 @@
staticConfigOptions = { staticConfigOptions = {
log.level = "DEBUG"; log.level = "DEBUG";
api.dashboard = false; api.dashboard = false;
api.insecure = true; api.insecure = false;
global = { global = {
checkNewVersion = false; checkNewVersion = false;
sendAnonymousUsage = false; sendAnonymousUsage = true;
}; };
entryPoints = { entryPoints = {
websecure = { websecure = {