From 88afb77abfcc70da983c29b56e046131012fc57e Mon Sep 17 00:00:00 2001 From: laraproto Date: Sat, 2 Nov 2024 16:10:28 +0200 Subject: [PATCH] let's see if this works --- docker/production/nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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