From 7ad384fb63d476c38094fc5609d305f4e12d9b22 Mon Sep 17 00:00:00 2001 From: Carl Tibule Date: Wed, 3 Apr 2024 23:07:35 -0500 Subject: [PATCH] Updated nginx.conf --- Web/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/nginx.conf b/Web/nginx.conf index 106ec06..8dd8711 100644 --- a/Web/nginx.conf +++ b/Web/nginx.conf @@ -1,6 +1,6 @@ server { listen 80; - server_name localhost; + server_name *.bookmarks.iwanaga.moe; root /usr/share/nginx/html; index index.html; location / {