Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
4c0e29da8f
commit
bb2fe56082
40 changed files with 595 additions and 1144 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./routes.nix
|
||||
];
|
||||
sops.secrets.cf-api-token = {
|
||||
mode = "0440";
|
||||
|
|
@ -60,22 +61,22 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
log = {
|
||||
level = "DEBUG";
|
||||
filePath = "/var/log/traefik/traefik.log";
|
||||
};
|
||||
|
||||
accessLog = {
|
||||
filePath = "/var/log/traefik/access.log";
|
||||
bufferingSize = 0;
|
||||
filters = { };
|
||||
fields = {
|
||||
defaultMode = "keep";
|
||||
names = {
|
||||
StartUTC = "drop";
|
||||
};
|
||||
};
|
||||
};
|
||||
# log = {
|
||||
# level = "DEBUG";
|
||||
# filePath = "/var/log/traefik/traefik.log";
|
||||
# };
|
||||
#
|
||||
# accessLog = {
|
||||
# filePath = "/var/log/traefik/access.log";
|
||||
# bufferingSize = 0;
|
||||
# filters = {};
|
||||
# fields = {
|
||||
# defaultMode = "keep";
|
||||
# names = {
|
||||
# StartUTC = "drop";
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
};
|
||||
dynamicConfigOptions = {
|
||||
http = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue