services: use wildcard certificate
Should have done this a long time ago
This commit is contained in:
parent
64d479e2ce
commit
f0e5e90c10
14 changed files with 37 additions and 21 deletions
|
|
@ -24,7 +24,7 @@ in {
|
|||
# Proxy to Jellyfin
|
||||
services.nginx.virtualHosts."jellyfin.${domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
useACMEHost = domain;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:${toString jellyfinPort}/";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue