From 3d735707e5c2acfe7af40b6325b53bcf0b367fa3 Mon Sep 17 00:00:00 2001 From: directlx Date: Mon, 26 Jan 2026 12:40:35 -0500 Subject: [PATCH] Add default_server to nginx listen directive to handle requests without matching Host header from Nginx Proxy Manager Co-Authored-By: Claude Opus 4.5 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index f759f81..a381cb7 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen 80 default_server; server_name directlx.dev www.directlx.dev; # Static files served directly by nginx