Skip to content

Commit bcf2e21

Browse files
committedFeb 9, 2012
Never have logged demo activity in modproxy.
1 parent ea9efdb commit bcf2e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/var/setupfiles/demo.nginx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33

44
listen [% config.get('nginx/port') %]; ## listen for ipv4
55

6-
access_log [% domainRoot %]/[% config.get('demo/hostname') %]/logs/access.log combined;
6+
access_log off;
77
root [% domainRoot %]/[% config.get('demo/hostname') %]/public;
88
client_max_body_size 20M;
99

0 commit comments

Comments
 (0)
Please sign in to comment.