9 lines
108 B
Plaintext
9 lines
108 B
Plaintext
server {
|
|
listen 80 http2;
|
|
listen [::]:80 http2;
|
|
root /srv/http;
|
|
location / {
|
|
}
|
|
}
|
|
|