chore: 前端端口改为 8890:8890

This commit is contained in:
爽哒哒
2026-03-19 00:54:32 +08:00
parent 8ca161f8b0
commit ef9057306c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 80;
listen 8890;
server_name localhost;
root /usr/share/nginx/html;
index index.html;