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 / {