nginx_ui/nginx-ui-dev/template/block/codeigniter.conf

9 lines
285 B
Plaintext
Raw Normal View History

2025-03-04 19:28:12 +08:00
# Nginx UI Template Start
name = "Codeigniter Rewrite"
author = "@0xJacky"
description = { en = "Codeigniter URL Rewrite Config", zh_CN = "Codeigniter 伪静态配置", zh_TW = "Codeigniter 偽靜態配置" }
# Nginx UI Template End
location / {
try_files $uri $uri/ /index.php;
}