Skip to content

Commit efa2b50

Browse files
author
Serghey Rodin
committed
Enabled access log
1 parent 3fdee29 commit efa2b50

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/deb/nginx/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: vesta-nginx
22
Package: vesta-nginx
33
Priority: optional
4-
Version: 0.9.8-19
4+
Version: 0.9.8-20
55
Section: admin
66
Maintainer: Serghey Rodin <skid@vestacp.com>
77
Homepage: http://vestacp.com

src/rpm/conf/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http {
3333
'"$status" $body_bytes_sent "$http_referer" '
3434
'"$http_user_agent" "$http_x_forwarded_for"';
3535
log_format bytes '$body_bytes_sent';
36-
access_log /dev/null main;
36+
access_log /usr/local/vesta/log/nginx-access.log main;
3737

3838

3939
# SSL PCI Compliance

src/rpm/specs/vesta-php.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: vesta-php
22
Version: 0.9.8
3-
Release: 19
3+
Release: 20
44
Summary: Vesta Control Panel
55
Group: System Environment/Base
66
License: GPL

0 commit comments

Comments
 (0)