diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/varnish64/varnish_view_config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/varnish64/varnish_view_config.php b/config/varnish64/varnish_view_config.php index e550eb21..9178b26b 100644 --- a/config/varnish64/varnish_view_config.php +++ b/config/varnish64/varnish_view_config.php @@ -66,7 +66,7 @@ include("head.inc"); <tr> <td class="tabcont" > <form action="varnish_view_config.php" method="post"> -<textarea id="varnishlogs" rows="50" cols="80"> +<textarea id="varnishlogs" rows="50" cols="100%"> <?php $config_file = file_get_contents("/var/etc/default.vcl"); echo $config_file; |