46 current 2025-10-06 15:54:24 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-06 15:54:34 -05:00
parent c55937a075
commit 9d5a0f4592
3 changed files with 4 additions and 5 deletions

View File

@@ -48,10 +48,10 @@ in
# reverse proxy entryo
services.nginx.virtualHosts."media.blakedheld.xyz" = {
enableACME = false;
enableACME = true;
forceSSL = true;
sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path;
sslCertificateKey = config.sops.secrets."ssl_blakedheld_key".path;
#sslCertificate = config.sops.secrets."ssl_blakedheld_crt".path;
#sslCertificateKey = config.sops.secrets."ssl_blakedheld_key".path;
locations."/" = {
proxyPass = "http://127.0.0.1:8096";
};