goaccess
This commit is contained in:
parent
20fbdd8881
commit
87d702f4c3
1 changed files with 15 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
roll_keep 5
|
roll_keep 5
|
||||||
roll_keep_for 720h
|
roll_keep_for 720h
|
||||||
}
|
}
|
||||||
format json
|
format caddy
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Reverse proxy configuration for each domain
|
# Reverse proxy configuration for each domain
|
||||||
|
@ -70,12 +70,25 @@
|
||||||
|
|
||||||
dot.nmd.mov {
|
dot.nmd.mov {
|
||||||
reverse_proxy localhost:19999
|
reverse_proxy localhost:19999
|
||||||
log
|
|
||||||
|
|
||||||
basic_auth /* {
|
basic_auth /* {
|
||||||
nomad $2a$12$toBh5sfXyxigtHGNY4t8tO7YYQp6i3aZk/O0qd19lgk0LRz5eqDVi
|
nomad $2a$12$toBh5sfXyxigtHGNY4t8tO7YYQp6i3aZk/O0qd19lgk0LRz5eqDVi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
nmd.mov {
|
||||||
|
root * /var/www/goaccess
|
||||||
|
|
||||||
|
file_server
|
||||||
|
|
||||||
|
reverse_proxy /ws localhost:7890
|
||||||
|
|
||||||
|
basic_auth /* {
|
||||||
|
nomad $2a$12$toBh5sfXyxigtHGNY4t8tO7YYQp6i3aZk/O0qd19lgk0LRz5eqDVi
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
services.netdata = {
|
services.netdata = {
|
||||||
|
|
Loading…
Reference in a new issue