mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-19 04:07:42 +00:00
Add access_log directive in nginx default.conf
This fixes https://github.com/clearlinux/dockerfiles/issues/112
This commit is contained in:
committed by
George T Kramer
parent
c26b654afc
commit
ff6ed72302
@@ -3,5 +3,6 @@ server {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
autoindex on;
|
||||
access_log /var/log/nginx/access.log combined;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user