mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
fix(template): syntax error in codeigniter.conf
This commit is contained in:
parent
70c89b794e
commit
79d0d37526
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue