Skip to content

Commit

Permalink
fix(template): syntax error in codeigniter.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Jan 14, 2024
1 parent 70c89b7 commit 79d0d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/block/codeigniter.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Nginx UI Template Start
name = "Codeigniter Rewrite"
author = "@0xJacky"
description = { en = "Codeigniter URL Rewrite Config", zh_CN = "Codeigniter 伪静态配置, zh_TW = "Codeigniter 偽靜態配置"}
description = { en = "Codeigniter URL Rewrite Config", zh_CN = "Codeigniter 伪静态配置", zh_TW = "Codeigniter 偽靜態配置" }
# Nginx UI Template End
location / {
try_files $uri $uri/ /index.php;
Expand Down

0 comments on commit 79d0d37

Please sign in to comment.