add acme for wildcard ssl certificate

This commit is contained in:
2024-08-26 21:01:16 +05:30
parent b3b5fccf20
commit 936f60ae7d
11 changed files with 41 additions and 12 deletions

View File

@ -15,7 +15,7 @@
virtualHosts = {
"bw.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:8000";