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;