Enable SSL for beanz.one

This commit is contained in:
Amanda Graven 2022-02-27 17:39:59 +01:00
parent c710e06232
commit d173ab984f
Signed by: amanda
GPG key ID: F747582C5608F4CB

View file

@ -31,6 +31,8 @@
locations."/".proxyPass = "http://127.0.0.1:9000";
};
"beanz.one" = {
forceSSL = true;
enableACME = true;
locations."/" = {
root = "/var/www/beanz.one/public";
};