File tree 1 file changed +3
-3
lines changed
cookbooks/wordpress/templates/default
1 file changed +3
-3
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
+ CustomLog /var/log/apache2/<%= @name %> -access.log combined_extended
12
12
ErrorLog /var/log/apache2/<%= @name %> -error.log
13
13
14
14
RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
28
28
SSLCertificateFile /etc/ssl/certs/<%= @name %> .pem
29
29
SSLCertificateKeyFile /etc/ssl/private/<%= @name %> .key
30
30
31
- CustomLog /var/log/apache2/<%= @name %> -access.log combined
31
+ CustomLog /var/log/apache2/<%= @name %> -access.log combined_extended
32
32
ErrorLog /var/log/apache2/<%= @name %> -error.log
33
33
34
34
RedirectPermanent / https://<%= @name %> /
44
44
SSLCertificateFile /etc/ssl/certs/<%= @name %> .pem
45
45
SSLCertificateKeyFile /etc/ssl/private/<%= @name %> .key
46
46
47
- CustomLog /var/log/apache2/<%= @name %> -access.log combined
47
+ CustomLog /var/log/apache2/<%= @name %> -access.log combined_extended
48
48
ErrorLog /var/log/apache2/<%= @name %> -error.log
49
49
50
50
DocumentRoot <%= @directory %>
You can’t perform that action at this time.
0 commit comments