diff --git a/docker/production/nginx/default.conf b/docker/production/nginx/default.conf index bcf26407..82e03d05 100644 --- a/docker/production/nginx/default.conf +++ b/docker/production/nginx/default.conf @@ -1,5 +1,5 @@ server { - listen 80 default_server; + listen 80; server_name zappyzep.xyz; # Using a variable here stops nginx from crashing if the dev container is restarted or becomes otherwise unavailable