editorconfig, grafana
This commit is contained in:
parent
719c14f954
commit
10c3a923a0
7 changed files with 186 additions and 4 deletions
|
@ -12,6 +12,12 @@ in {
|
|||
port = 3000;
|
||||
};
|
||||
|
||||
metrics = {
|
||||
enable = true;
|
||||
domain = "metrics.reidlab.online";
|
||||
port = 2342;
|
||||
}
|
||||
|
||||
# you should probably keep this on
|
||||
# configures acme, gzip, optimization, proxy, and ssl config
|
||||
# opens ports and adds some Headers
|
||||
|
@ -51,7 +57,7 @@ in {
|
|||
location @main {
|
||||
content_by_lua '
|
||||
require("main").handle_request()
|
||||
';
|
||||
';
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue