Updated nginx.conf
All checks were successful
ci/woodpecker/tag/web_uploadimage Pipeline was successful

This commit is contained in:
2024-04-03 23:07:35 -05:00
parent f6578860ab
commit 7ad384fb63

View File

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