|
|
@@ -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
|