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

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