try victoriametrics without proxy

This commit is contained in:
2023-08-19 09:05:56 +02:00
parent 4921dfb6f7
commit bd7f68b4a3
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
sops.secrets.victoria-nginx-password.owner = "nginx";
networking.firewall = {
enable = true;
allowedTCPPorts = [ 8428 ];
};
services.nginx.virtualHosts."victoria-server.cloonar.com" = {
forceSSL = true;
enableACME = true;