updated nginx version for bee-dashboard
All checks were successful
CI / Build & deploy Cloudflare page (push) Successful in 2m36s

This commit is contained in:
2025-12-13 06:35:26 +08:00
parent 0ca1a789cc
commit 2c9f5cacf0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
server {
listen 8080;
listen 80;
root /srv/http;
location / {
}