Update 'README.md'

This commit is contained in:
Sarimoko 2021-07-25 17:17:43 +00:00
parent 2ae94190ca
commit 8e9905c7f4
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ sudo find /var/www/wp/html/ -type f -exec chmod 640 {} \;
Fix details laters
```sh
curl -s https://api.wordpress.org/secret-key/1.1/salt/
sudo nano /var/www/shop/wp-config.php
sudo nano /var/www/wp/html/wp-config.php
define('FS_METHOD', 'direct');
```