Fixed example virtual host access log entry.

See https://trac.nginx.org/nginx/ticket/1289 for more details.
diff --git a/debian/nginx.vh.default.conf b/debian/nginx.vh.default.conf
index 34aeb9a..299c622 100644
--- a/debian/nginx.vh.default.conf
+++ b/debian/nginx.vh.default.conf
@@ -3,7 +3,7 @@
     server_name  localhost;
 
     #charset koi8-r;
-    #access_log  /var/log/nginx/log/host.access.log  main;
+    #access_log  /var/log/nginx/host.access.log  main;
 
     location / {
         root   /usr/share/nginx/html;
diff --git a/rpm/SOURCES/nginx.vh.default.conf b/rpm/SOURCES/nginx.vh.default.conf
index 34aeb9a..299c622 100644
--- a/rpm/SOURCES/nginx.vh.default.conf
+++ b/rpm/SOURCES/nginx.vh.default.conf
@@ -3,7 +3,7 @@
     server_name  localhost;
 
     #charset koi8-r;
-    #access_log  /var/log/nginx/log/host.access.log  main;
+    #access_log  /var/log/nginx/host.access.log  main;
 
     location / {
         root   /usr/share/nginx/html;