From 1fdb4d8b3cc5d6cf3b4a6fdca9fd290df665e137 Mon Sep 17 00:00:00 2001 From: Tine Date: Tue, 5 Nov 2024 21:39:12 +0100 Subject: [PATCH] fix: server directive --- root/etc/nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/etc/nginx/nginx.conf b/root/etc/nginx/nginx.conf index 7b48a84..2feb2fa 100644 --- a/root/etc/nginx/nginx.conf +++ b/root/etc/nginx/nginx.conf @@ -79,8 +79,8 @@ stream { server { - listen 0.0.0.0:443 default_server; - listen [::]:443 default_server; + listen 0.0.0.0:443; + listen [::]:443; server_name _; proxy_pass $selected_upstream; access_log syslog:server=unix:/dev/log geoip;