Files
docker-images/bee-dashboard/bee-dashboard.conf
T
woggioni a442dc64d7
CI / node-build (push) Failing after 2m12s
CI / docker-build (push) Has been skipped
CI / deploy (push) Has been skipped
trying to use upload-artifact action
2026-06-25 01:17:00 +08:00

14 lines
163 B
Plaintext

server {
listen 80;
listen [::]:80;
http2 on;
root /srv/http;
gzip_static on;
gzip_vary on;
gzip off;
location / {
}
}