伪静态
Nginx 下二级目录伪静态的标准姿势
Hello World Copy
# 子目录规则要排在前边;
location /sub/ {
if (-f $request_filename/index.html) {
rewrite (.*) $1/index.html break;
}
if (-f…
【备忘】LNMPA 伪静态/301 相关
之前经过折腾终于配置好了 ssl 证书,,然后 301 和伪静态什么就需要相应的调整。 因为迷之执着现在用的 LNMPA,需要兼顾 apache 和 nginx 两份配置:
/usr/local/apache/conf/vhost/wdssmq.com.conf
/usr…