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

9 lines
248 B
Plaintext
Raw Normal View History

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