mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-29 09:05:52 +00:00
d7b52070b2
Signed-off-by: Qi Zheng <qi.zheng@intel.com>
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;
|
|
}
|
|
}
|