chore: update codeigniter.conf (#244)

This commit is contained in:
Eddie 2023-12-27 10:24:57 +08:00 committed by GitHub
parent 68afb7e7e8
commit 7f9f06dfbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Nginx UI Template Start
name = "Codeigniter Rewrite"
author = "@0xJacky"
description = { en = "Codeigniter URL Rewrite Config", zh_CN = "Codeigniter 伪静态配置"}
description = { en = "Codeigniter URL Rewrite Config", zh_CN = "Codeigniter 伪静态配置, zh_TW = "Codeigniter 偽靜態配置"}
# Nginx UI Template End
location / {
try_files $uri $uri/ /index.php;