wyyl/nginx.rewrite

6 lines
115 B
Plaintext

# https://laravel.com/docs/9.x/deployment#nginx
location / {
try_files $uri $uri/ /index.php?$query_string;
}