Removed server_name
All checks were successful
ci/woodpecker/tag/web_uploadimage Pipeline was successful

This commit is contained in:
2024-04-03 23:15:25 -05:00
parent 7ad384fb63
commit c9689fd114

View File

@ -1,6 +1,5 @@
server { server {
listen 80; listen 80;
server_name *.bookmarks.iwanaga.moe;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html; index index.html;
location / { location / {