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

@ -44,7 +44,7 @@
virtualHosts = {
"loki.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:3100";