File tree 1 file changed +4
-2
lines changed
cookbooks/mediawiki/templates/default
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
ServerAdmin webmaster@openstreetmap.org
10
10
11
- CustomLog /var/log/apache2/<%= @name %> -access.log combined
11
+ LogFormat "%h %l %u %t \"%r\" %> s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus" combined_with_time
12
+ CustomLog /var/log/apache2/<%= @name %> -access.log combined_with_time
12
13
ErrorLog /var/log/apache2/<%= @name %> -error.log
13
14
14
15
RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
27
28
SSLCertificateFile /etc/ssl/certs/<%= @name %> .pem
28
29
SSLCertificateKeyFile /etc/ssl/private/<%= @name %> .key
29
30
30
- CustomLog /var/log/apache2/<%= @name %> -secure-access.log combined
31
+ LogFormat "%h %l %u %t \"%r\" %> s %O \"%{Referer}i\" \"%{User-Agent}i\" %Dus" combined_with_time
32
+ CustomLog /var/log/apache2/<%= @name %> -secure-access.log combined_with_time
31
33
ErrorLog /var/log/apache2/<%= @name %> -secure-error.log
32
34
33
35
DocumentRoot <%= @directory %>
You can’t perform that action at this time.
0 commit comments