Files
docker-images/bee-dashboard/bee-dashboard.conf
T
woggioni 5d45075cce
CI / Build & deploy Cloudflare page (push) Successful in 2m13s
updated bee-dashboard image
2026-06-15 09:31:40 +08:00

9 lines
108 B
Plaintext

server {
listen 80 http2;
listen [::]:80 http2;
root /srv/http;
location / {
}
}