diff --git a/docker/production/nginx/default.conf b/docker/production/nginx/default.conf index 007e9341..bcf26407 100644 --- a/docker/production/nginx/default.conf +++ b/docker/production/nginx/default.conf @@ -1,6 +1,6 @@ server { listen 80 default_server; - server_name _; + server_name zappyzep.xyz; # Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable set $backend_upstream "http://api:3001";