This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-26 00:24:28 +02:00
parent 9fcc2db8cb
commit b0edfec2c8
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294
2 changed files with 9 additions and 8 deletions

View File

@ -61,14 +61,6 @@ in
'';
};
};
"monero.idimitrov.dev" = {
enableACME = true;
forceSSL = true;
extraConfig = restrictToVpn;
locations."/" = {
proxyPass = "http://127.0.0.1:18081";
};
};
};
};
};

View File

@ -14,6 +14,15 @@
};
}];
};
monero = {
map = [{
port = 18081;
target = {
addr = "127.0.0.1";
port = 18081;
};
}];
};
};
};
};