off共2篇

宝塔环境下的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 ...
在路上的头像-THE FREE SKY在路上11月29日 05:50
03390

VestaCP 使用.htaccess实现的强制SSL

RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
一丁的头像-THE FREE SKY一丁9月16日 05:12
07300