1 Star 7 Fork 3

sofical / dns-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nginx.htaccess 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
sofical 提交于 2021-08-24 20:32 . 添加转发标题
location / {
index index.php index.html;
if (-d $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
}
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?$1 last;
}
}
PHP
1
https://gitee.com/sofical/dns-manager.git
git@gitee.com:sofical/dns-manager.git
sofical
dns-manager
dns-manager
master

搜索帮助