All checks were successful
CI / Build bee-dashboard docker images (push) Successful in 9m50s
8 lines
78 B
Plaintext
8 lines
78 B
Plaintext
server {
|
|
listen 8080;
|
|
root /srv/http;
|
|
location / {
|
|
}
|
|
}
|
|
|