We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdee29 commit efa2b50Copy full SHA for efa2b50
src/deb/nginx/control
@@ -1,7 +1,7 @@
1
Source: vesta-nginx
2
Package: vesta-nginx
3
Priority: optional
4
-Version: 0.9.8-19
+Version: 0.9.8-20
5
Section: admin
6
Maintainer: Serghey Rodin <skid@vestacp.com>
7
Homepage: http://vestacp.com
src/rpm/conf/nginx.conf
@@ -33,7 +33,7 @@ http {
33
'"$status" $body_bytes_sent "$http_referer" '
34
'"$http_user_agent" "$http_x_forwarded_for"';
35
log_format bytes '$body_bytes_sent';
36
- access_log /dev/null main;
+ access_log /usr/local/vesta/log/nginx-access.log main;
37
38
39
# SSL PCI Compliance
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
0 commit comments