nginx_ui/nginx-ui-dev/template/block/laravel.conf
2025-03-04 11:28:12 +00:00

9 lines
248 B
Plaintext

# 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;
}