|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
Header always set Strict-Transport-Security "max-age=63072000; includeSibdomains;"
|
|
|
|
|
|
- ErrorLog logs/phpinfo-error.log
|
|
|
- CustomLog logs/phpinfo-access.log "%v %h %l %u %t \"%r\" %>s %b"
|
|
|
+ LogFormat "%h %l %u %t \"%r\" %>s %b" common
|
|
|
+ CustomLog logs/access.log common
|
|
|
|
|
|
</VirtualHost *:443>
|