Skip to content

Commit

Permalink
Enabled access log
Browse files Browse the repository at this point in the history
  • Loading branch information
Serghey Rodin committed Apr 8, 2018
1 parent 3fdee29 commit efa2b50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/deb/nginx/control
Original file line number Diff line number Diff line change
@@ -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 <skid@vestacp.com>
Homepage: http://vestacp.com
Expand Down
2 changes: 1 addition & 1 deletion src/rpm/conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/rpm/specs/vesta-php.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

1 comment on commit efa2b50

@dpeca
Copy link
Collaborator

@dpeca dpeca commented on efa2b50 Apr 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.