diff --git a/states/roles/maintain/pkg-cache/cache.conf b/states/roles/maintain/pkg-cache/cache.conf index d9568c5..c474459 100644 --- a/states/roles/maintain/pkg-cache/cache.conf +++ b/states/roles/maintain/pkg-cache/cache.conf @@ -7,6 +7,8 @@ server { listen 8000; server_name pkg.actcur.com; + resolver 8.8.8.8; + access_log /var/log/nginx/pkg-cache.access.log pkg-cache; error_log /var/log/nginx/pkg-cache.error.log;