websoft9/apps/roles/role_nginx/files/rewrite/laravel.conf

4 lines
64 B
Plaintext
Raw Normal View History

2022-07-11 14:03:55 +08:00
location / {
try_files $uri $uri/ /index.php?$query_string;
}