在路上的头像-THE FREE SKY
这家伙很懒,什么都没有写...
宝塔环境下的BeDrive Nginx规则-THE FREE SKY

宝塔环境下的BeDrive Nginx规则

location / { try_files $uri $uri/ /index.php?$query_string; } location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found ...
Openlitespeed WordPress .htaccess-THE FREE SKY

Openlitespeed WordPress .htaccess

# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^/index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]...
解决宝塔的Fail2ban出现Please start the Fail2ban service first!-THE FREE SKY

解决宝塔的Fail2ban出现Please start the Fail2ban service first!

SSH yum update && yum install epel-release yum install fail2ban systemctl start fail2bansystemctl enable fail2ban systemctl start fail2ban && systemctl enable fail2...
宝塔OpenLiteSpeed的文件路径-THE FREE SKY