Commit eb7a74b7 authored by Jérome Perrin's avatar Jérome Perrin

recipe/erp5testnode: improve directory views for logs

Use NameWidth=* so that long filenames are never truncated

Use SuppressColumnSorting to disable the ablity to sort so that we can
wget -r all the logs for local analysis
parent c2287242
...@@ -71,7 +71,7 @@ SSLProxyEngine On ...@@ -71,7 +71,7 @@ SSLProxyEngine On
DocumentRoot "%(testnode_log_directory)s" DocumentRoot "%(testnode_log_directory)s"
<Directory /> <Directory />
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
IndexOptions FancyIndexing IndexOptions FancyIndexing NameWidth=* SuppressColumnSorting
Require all granted Require all granted
</Directory> </Directory>
</VirtualHost> </VirtualHost>
...@@ -86,7 +86,7 @@ Listen [%(ip)s]:%(software_access_port)s ...@@ -86,7 +86,7 @@ Listen [%(ip)s]:%(software_access_port)s
<Directory /> <Directory />
AllowOverride AuthConfig AllowOverride AuthConfig
Options FollowSymLinks Options FollowSymLinks
IndexOptions FancyIndexing IndexOptions FancyIndexing NameWidth=* SuppressColumnSorting
Require all denied Require all denied
</Directory> </Directory>
</VirtualHost> </VirtualHost>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment