13 lines
240 B
Plaintext
13 lines
240 B
Plaintext
server
|
|
{
|
|
listen 80;
|
|
charset utf-8;
|
|
root /usr/share/nginx/html/;
|
|
index index.html;
|
|
location /playwright-reports {
|
|
autoindex on;
|
|
|
|
}
|
|
access_log off;
|
|
}
|