172 current 2025-10-09 15:39:49 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-09 15:48:57 -05:00
parent 7b04b51ffe
commit 1c14281085

View File

@@ -86,11 +86,11 @@ in
# external reverse proxy entry # external reverse proxy entry
services.nginx.virtualHosts."pics.blakedheld.xyz" = { services.nginx.virtualHosts."pics.blakedheld.xyz" = {
forceSSL = true; forceSSL = true;
proxyWebsockets = true;
sslCertificate = sec."ssl_blakedheld_crt".path; sslCertificate = sec."ssl_blakedheld_crt".path;
sslCertificateKey = sec."ssl_blakedheld_key".path; sslCertificateKey = sec."ssl_blakedheld_key".path;
locations."/" = { locations."/" = {
proxyPass = "http://127.0.0.1:${toString cfg.port}"; proxyPass = "http://127.0.0.1:${toString cfg.port}";
proxyWebsockets = true;
}; };
}; };