feat(conf): accessLog filePath

This commit is contained in:
Vyacheslav Scherbinin
2025-07-16 12:31:30 +07:00
parent aaa205f104
commit a67c3eb979

View File

@@ -191,9 +191,12 @@ export const createDefaultServerTraefikConfig = () => {
export const getDefaultTraefikConfig = () => {
const configObject: MainTraefikConfig = {
global: {
sendAnonymousUsage: false,
},
global: {
sendAnonymousUsage: false,
},
accessLog: {
filePath: "/etc/dokploy/traefik/dynamic/access.log",
},
providers: {
...(process.env.NODE_ENV === "development"
? {