Roots 6.5.0 Nginx rewrites

I’m running roots 6.5.0, im trying to migrate to a new server, apache to nginx, would there be a reason why the re-writes would of stopped working with Sage 6.5.0?

Any ideas?

Roots rewrites for Nginx require additional work since there’s no .htaccess file.

It’s also unsupported at this point

Thanks Ben.

I’m trying to lock down the site to increase security, by limiting access to the wp_options table but for some reason roots seems to need read, write and delete permissions on the wp_options table.
Is this roots or shall I be directing my attention to plugins?

thanks

WordPress needs read, write and delete permissions on the wp_options table: the options api and (in some cases) the transients api rely on it.

There aren’t different credentials per theme or per plugin, so you’ll need those permissions as a minimum.