From c9689fd1144080aa1e02392a1beab4f80f7b8178 Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Wed, 3 Apr 2024 23:15:25 -0500 Subject: [PATCH] Removed server_name --- Web/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/Web/nginx.conf b/Web/nginx.conf index 8dd8711..09f4207 100644 --- a/Web/nginx.conf +++ b/Web/nginx.conf @@ -1,6 +1,5 @@ server { listen 80; - server_name *.bookmarks.iwanaga.moe; root /usr/share/nginx/html; index index.html; location / {