Files
docker-images/bee-dashboard/bee-dashboard.conf
T
woggioni 5d9747a65e
CI / node-build (push) Successful in 2m23s
CI / docker-build (push) Successful in 1m0s
CI / deploy (push) Successful in 35s
trying to use upload-artifact action
2026-06-25 01:33:33 +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 / {
}
}