location / {
  # try to serve file directly, fallback to front controller
  try_files $uri /index.php$is_args$args;
}
