One command to change google fonts in WordPress
1 |
find /usr/share/nginx/html/ -name "*" | xargs perl -pi -e 's|googleapis.com|lug.ustc.edu.cn|g' |
Also, it can replace ajax or other sub-domains of “googleapi”
1 |
find /usr/share/nginx/html/ -name "*" | xargs perl -pi -e 's|googleapis.com|lug.ustc.edu.cn|g' |
Also, it can replace ajax or other sub-domains of “googleapi”