All checks were successful
CI / Build & deploy Cloudflare page (push) Successful in 2m36s
8 lines
76 B
Plaintext
8 lines
76 B
Plaintext
server {
|
|
listen 80;
|
|
root /srv/http;
|
|
location / {
|
|
}
|
|
}
|
|
|