Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
nginx.htaccess 265 Bytes
Copy Edit Raw Blame History
shopwind authored 2021-09-22 11:44 . 初次提交
location / {
#Redirect everything that isn't a real file to index.php
try_files $uri $uri/ /index.php$is_args$args;
}
#If you want a single domain name at the front and back ends
location /admin {
try_files $uri $uri/ /admin/index.php$is_args$args;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化