Namely:
/var/www/wordpress/wp-content
Also there is a tweak to do to the config file too (to make sure it doesn't ask - in some scenarios it will still ask...). In wp-config.php add:
define('FS_METHOD', 'direct');
Note: it must be added before the line:
/* That's all, stop editing! Happy blogging. */
More information about text formats
Actually you only need to change permissions on a subfolder
Namely:
Also there is a tweak to do to the config file too (to make sure it doesn't ask - in some scenarios it will still ask...). In wp-config.php add:
Note: it must be added before the line: