fix: change nginx listen port from 80 to 8080

Port 80 conflicts with another service on NUC Box
This commit is contained in:
向宁 2026-05-17 20:19:21 +08:00
parent 19ff09f724
commit e75e364e64

View File

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