traefik: disable api
This commit is contained in:
parent
28fe422529
commit
13d950f41d
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue