mirror of
https://github.com/LukeHagar/dokploy.git
synced 2025-12-06 12:27:49 +00:00
feat(conf): accessLog filePath
This commit is contained in:
@@ -194,6 +194,9 @@ export const getDefaultTraefikConfig = () => {
|
||||
global: {
|
||||
sendAnonymousUsage: false,
|
||||
},
|
||||
accessLog: {
|
||||
filePath: "/etc/dokploy/traefik/dynamic/access.log",
|
||||
},
|
||||
providers: {
|
||||
...(process.env.NODE_ENV === "development"
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user