diff --git a/devops/nginx/env/dev/lawcarta_wordpress.conf b/devops/nginx/env/dev/lawcarta_wordpress.conf index c7c33b5..f68dd37 100644 --- a/devops/nginx/env/dev/lawcarta_wordpress.conf +++ b/devops/nginx/env/dev/lawcarta_wordpress.conf @@ -1,6 +1,6 @@ server { - server_name wp-dev.lawcarta.com wp-dev.livecarta.com; + server_name dev1.lawcarta.com dev1.livecarta.com; root /var/www/WordPress/htdocs/; index index.html index.php; @@ -48,12 +48,12 @@ server { } server { - if ($host = wp-dev.livecarta.com) { + if ($host = dev1.livecarta.com) { return 301 https://$host$request_uri; } # managed by Certbot - if ($host = wp-dev.lawcarta.com) { + if ($host = dev1.lawcarta.com) { return 301 https://$host$request_uri; } # managed by Certbot