testing: Serve images in testresults via mod_rewrite and not a symlink
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
</Directory>
|
||||
|
||||
RewriteEngine on
|
||||
RewriteRule "^/testresults/.+/images/(.*)" "/images/$1" [PT]
|
||||
|
||||
LogLevel warn
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
Reference in New Issue
Block a user