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;