mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-02-01 20:29:06 +01:00
modifed litespeed/mariadb/powerdns/phpmyadmin/rainloop download URL to mirror for improve chinese network download speed.
12 lines
136 B
Bash
12 lines
136 B
Bash
#!/bin/sh
|
|
|
|
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
|
|
|
|
cat << EOF
|
|
Content-type: text/html
|
|
Expires: $date
|
|
|
|
EOF
|
|
|
|
cat ../wwwroot/test.html
|