按ESC键关闭

岚岚天空 岚岚天空

岚岚天空

技术杂谈

虚拟主机,宝塔等nginx伪静态设置

好脑不如烂笔头,仅做记录使用,看不懂不要硬看

location / {
    try_files $uri $uri/ /sgcc/csr/csr2024/index.php?$args;
}

location /en {
    try_files $uri $uri/ /en/index.php?$args;
}


Share this: