From efa2b50b4ccbe8663a0c386da444dd9beeba682a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 8 Apr 2018 22:01:43 +0300 Subject: [PATCH] Enabled access log --- src/deb/nginx/control | 2 +- src/rpm/conf/nginx.conf | 2 +- src/rpm/specs/vesta-php.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/deb/nginx/control b/src/deb/nginx/control index ae0e91025..275d71856 100644 --- a/src/deb/nginx/control +++ b/src/deb/nginx/control @@ -1,7 +1,7 @@ Source: vesta-nginx Package: vesta-nginx Priority: optional -Version: 0.9.8-19 +Version: 0.9.8-20 Section: admin Maintainer: Serghey Rodin Homepage: http://vestacp.com diff --git a/src/rpm/conf/nginx.conf b/src/rpm/conf/nginx.conf index f26da2a19..0a427f07e 100644 --- a/src/rpm/conf/nginx.conf +++ b/src/rpm/conf/nginx.conf @@ -33,7 +33,7 @@ http { '"$status" $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for"'; log_format bytes '$body_bytes_sent'; - access_log /dev/null main; + access_log /usr/local/vesta/log/nginx-access.log main; # SSL PCI Compliance diff --git a/src/rpm/specs/vesta-php.spec b/src/rpm/specs/vesta-php.spec index 289dc50b5..7607ae0d4 100644 --- a/src/rpm/specs/vesta-php.spec +++ b/src/rpm/specs/vesta-php.spec @@ -1,6 +1,6 @@ Name: vesta-php Version: 0.9.8 -Release: 19 +Release: 20 Summary: Vesta Control Panel Group: System Environment/Base License: GPL