fix server in wp-suite.conf so proxy works.

This commit is contained in:
2026-06-17 13:07:49 -05:00
parent a02f7ec511
commit deaf13c724

View File

@@ -4,7 +4,7 @@
server {
listen 80;
server_name _;
server_name wp.controls.dev;
root /usr/share/nginx/html;
index index.html;