mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-09-01 19:21:28 +00:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
server {
|
|
server_name localhost;
|
|
location / {
|
|
root /var/www/html;
|
|
autoindex on;
|
|
access_log /var/log/nginx-mainline/access.log combined;
|
|
}
|
|
}
|