From deaf13c72437e2614533551c4e86118258707e26 Mon Sep 17 00:00:00 2001 From: Tim Shepardson Date: Wed, 17 Jun 2026 13:07:49 -0500 Subject: [PATCH] fix server in wp-suite.conf so proxy works. --- nginx/conf.d/wp-suite.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/conf.d/wp-suite.conf b/nginx/conf.d/wp-suite.conf index 22b8996..4690367 100644 --- a/nginx/conf.d/wp-suite.conf +++ b/nginx/conf.d/wp-suite.conf @@ -4,7 +4,7 @@ server { listen 80; - server_name _; + server_name wp.controls.dev; root /usr/share/nginx/html; index index.html;