I use nginx for my DNS over HTTPS and DNS over TLS. Here is my nginx.conf:
user www-data;
worker_processes auto;
pid /run/nginx.pid;
load_module /etc/nginx/modules/ngx_http_js_module.so;
load_module /etc/nginx/modules/ngx_stream_js_module.so;
events {
worker_connections 768;
}
# DNS Strea
On 17.09.2023 06:39, Revvy via nginx wrote:
Sep 17 13:36:52 toronto-srv-03 nginx[127394]: nginx: [emerg] dlopen()
"/etc/nginx/modules/ngx_http_js_module.so" failed
(/etc/nginx/modules/ngx_http_js_module.so: undefined symbol:
EVP_PKEY_CTX_set1_hkdf_salt) in /etc/nginx/nginx.conf:4
Hi Revvy
On 17.09.2023 11:28, Revvy wrote:
$ uname -a
Linux toronto-srv-03 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian
6.1.52-1 (2023-09-07) x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codena