cp key to /var/www/html

main
librespeed 2024-10-19 14:10:15 -04:00
parent 10146dd6a4
commit 42163afdf7
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ cp /speedtest/*.js /var/www/html/
# Copy favicon
cp /speedtest/favicon.ico /var/www/html/
# Copy public key
cp /speedtest/librespeed-public-key.asc /var/www/html/
# Set custom webroot on alpine
if [ -f /etc/alpine-release ]; then
sed -i "s#\"/var/www/localhost/htdocs\"#\"/var/www/html\"#g" /etc/apache2/httpd.conf