websoft9/apps/roles/role_nginx/files/rewrite/laravel.conf
2022-07-11 14:03:55 +08:00

4 lines
64 B
Plaintext

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