服務器運維 第13页
服務器 / 伺服器

Nginx环境下magento2实行静态化的方法

location / { index index.html index.php; ## Allow a static html file to be shown first try_files $uri $uri/ @handler; expires 30d; } location /var/export/ { ## Allow admins only to...
天空的头像-THE FREE SKYTHE FREE SKY7月18日 02:23
06960

Nginx环境下安装Cloudreve实行静态化的方法

对于Nginx服务器,以下是一个可供参考的配置 location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?s=/$1 last; break; } } 如果你的应用安装在二级目录,Nginx的伪静态方法设...
天空的头像-THE FREE SKYTHE FREE SKY7月18日 01:50
08860

Cloudflare SSL Flexible、Full、Full (strict)模式的区别

在Cloudflare的“加密”中可以一键开启SSL,这个SSL总共四种模式:OFF、Flexible SSL、Full SSL、Full SSL (strict)。这几种模式之间具体有什么区别呢。 Flexible SSL:您的网站访问者和Cloudfl...
公子羽的头像-THE FREE SKY公子羽7月15日 23:40
012240

一键升级内核KVM架构的CentOS 7

rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org && rpm -Uvh https://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm && yum --enablerepo=elrepo-...
源遠流長的头像-THE FREE SKY源遠流長6月22日 21:46
05960

使用BT面板有串站現象的解決辦法

所謂串站,一般是以下幾種情況導致: 1、配置文件有錯誤,導致nginx/apache無法完成配置重載,即網站創建沒實際生效 2、nginx/apache有殘留進程,導致配置文件沒有生效 3、如果是域名未創建站點...
二進制的头像-THE FREE SKY二進制5月24日 21:25
06020