Closed mateenh closed 7 years ago
Add define('FS_METHOD','direct'); to wp-config.php (in the correct spot!) after the script has executed.
define('FS_METHOD','direct');
Change group:owner to nginx:nginx in /var/www/html -- (all files and folders in the root of /var/www/html should be nginx:nginx.
/var/www/html
Add
define('FS_METHOD','direct');
to wp-config.php (in the correct spot!) after the script has executed.Change group:owner to nginx:nginx in
/var/www/html
-- (all files and folders in the root of/var/www/html
should be nginx:nginx.