added resolver to pkg-cache
This commit is contained in:
parent
57f6066c45
commit
0ca3588275
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ server {
|
||||||
listen 8000;
|
listen 8000;
|
||||||
server_name pkg.actcur.com;
|
server_name pkg.actcur.com;
|
||||||
|
|
||||||
|
resolver 8.8.8.8;
|
||||||
|
|
||||||
access_log /var/log/nginx/pkg-cache.access.log pkg-cache;
|
access_log /var/log/nginx/pkg-cache.access.log pkg-cache;
|
||||||
error_log /var/log/nginx/pkg-cache.error.log;
|
error_log /var/log/nginx/pkg-cache.error.log;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue