2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 10:17:17 +08:00
Files
panel/pkg/embed/rewrites/nginx/laravel.conf

3 lines
72 B
Plaintext

location / {
try_files $uri $uri/ /index.php$is_args$query_string;
}