Add beanz.one to nginx and update sources

This commit is contained in:
Amanda Graven 2022-02-27 17:30:31 +01:00
parent 11169d0667
commit c710e06232
Signed by: amanda
GPG key ID: F747582C5608F4CB
3 changed files with 25 additions and 6 deletions

View file

@ -30,5 +30,10 @@
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:9000";
};
"beanz.one" = {
locations."/" = {
root = "/var/www/beanz.one/public";
};
};
};
}