From 0b55889bda9076553a6f32ff720720bb72bab974 Mon Sep 17 00:00:00 2001 From: gugulethu Date: Sat, 21 Jun 2025 21:50:09 +0200 Subject: [PATCH] Update nginx.conf --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 0a5ad02..e9ce17e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost; + server_name gugulet.hu; # Define the root directory for the site root /usr/share/nginx/html;