mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Enabled access log
This commit is contained in:
parent
3fdee2975d
commit
efa2b50b4c
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
Source: vesta-nginx
|
Source: vesta-nginx
|
||||||
Package: vesta-nginx
|
Package: vesta-nginx
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Version: 0.9.8-19
|
Version: 0.9.8-20
|
||||||
Section: admin
|
Section: admin
|
||||||
Maintainer: Serghey Rodin <skid@vestacp.com>
|
Maintainer: Serghey Rodin <skid@vestacp.com>
|
||||||
Homepage: http://vestacp.com
|
Homepage: http://vestacp.com
|
||||||
|
|
|
@ -33,7 +33,7 @@ http {
|
||||||
'"$status" $body_bytes_sent "$http_referer" '
|
'"$status" $body_bytes_sent "$http_referer" '
|
||||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||||
log_format bytes '$body_bytes_sent';
|
log_format bytes '$body_bytes_sent';
|
||||||
access_log /dev/null main;
|
access_log /usr/local/vesta/log/nginx-access.log main;
|
||||||
|
|
||||||
|
|
||||||
# SSL PCI Compliance
|
# SSL PCI Compliance
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Name: vesta-php
|
Name: vesta-php
|
||||||
Version: 0.9.8
|
Version: 0.9.8
|
||||||
Release: 19
|
Release: 20
|
||||||
Summary: Vesta Control Panel
|
Summary: Vesta Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL
|
License: GPL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue