add monero to nginx

This commit is contained in:
Ivan Kirilov Dimitrov 2024-06-26 00:18:22 +02:00
parent 6b8d56440d
commit 9fcc2db8cb
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

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