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