diff --git a/hosts/architect/nginx.nix b/hosts/architect/nginx.nix index edbfeeb..2c9c071 100644 --- a/hosts/architect/nginx.nix +++ b/hosts/architect/nginx.nix @@ -46,6 +46,9 @@ makeLuaPath = lib.concatMapStringsSep ";" luaPath; in '' + # https://stackoverflow.com/questions/38931468/nginx-reverse-proxy-error14077438ssl-ssl-do-handshake-failed + proxy_ssl_server_name on; + lua_package_path '${makeLuaPath extraPureLuaPackages};;'; lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt; lua_ssl_verify_depth 5;