Skip to content

Commit a1a429f

Browse files
committed
READ.me uptodate
1 parent 0f1b97b commit a1a429f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ mysql -uroot -p$MYSQL_ROOT_PASSWORD $MYSQL_DATABASE < /usr/local/bin/wordpress.s
264264

265265
## REDIS
266266
### Useful links
267-
[What is redis works with wordpress and what is a cache](https://www.section.io/engineering-education/how-to-set-up-and-configure-redis-caching-for-wordpress/)
268-
[How to set up redis (english article)](https://www.vultr.com/docshow-to-setup-redis-caching-for-wordpress-with-ubuntu-20-04-and-nginx/)
269-
[how to set up redis(french article)](https://gaelbillon.com/installer-et-configurer-redis-pour-wordpress-en-5-minutes/)
267+
- [What is redis works with wordpress and what is a cache](https://www.section.io/engineering-education/how-to-set-up-and-configure-redis-caching-for-wordpress/)
268+
- [How to set up redis (english article)](https://www.vultr.com/docshow-to-setup-redis-caching-for-wordpress-with-ubuntu-20-04-and-nginx/)
269+
- [how to set up redis(french article)](https://gaelbillon.com/installer-et-configurer-redis-pour-wordpress-en-5-minutes/)
270270

271271
### Definition
272272
Remote Dictionary Server (Redis) is an in-memory, persistent, key-value database known as a data structure server. One important factor that differentiates Redis from similar servers is its ability to store and manipulate high-level data types (common examples include lists, maps, sets, and sorted sets).
@@ -313,10 +313,10 @@ Launch the command 'redis-cli -h localhost' on your redis image, your should con
313313

314314
## FTP SERVER
315315
### Useful links
316-
[What is an FTP server?](https://titanftp.com/2022/07/05/what-is-an-ftp-server/)
317-
[What is vstftpd](https://en.wikipedia.org/wiki/Vsftpd)
318-
[Install an ftp server with wordpress](http://praveen.kumar.in/2009/05/31setting-up-ftps-using-vsftpd-for-wordpress-plugins-auto-upgrade/)
319-
[Understand vstftpd.conf file (french version)](https://linux.developpez.com/vsftpd/)
316+
- [What is an FTP server?](https://titanftp.com/2022/07/05/what-is-an-ftp-server/)
317+
- [What is vstftpd](https://en.wikipedia.org/wiki/Vsftpd)
318+
- [Install an ftp server with wordpress](http://praveen.kumar.in/2009/05/31setting-up-ftps-using-vsftpd-for-wordpress-plugins-auto-upgrade/)
319+
- [Understand vstftpd.conf file (french version)](https://linux.developpez.com/vsftpd/)
320320

321321
### Definition
322322
An FTP Server, in the simplest of definitions, is a software application that enables the transfer of files from one computer to another. FTP (which stands for “File Transfer Protocol”) is a way to transfer files to any computer in the world that is connected to the Internet. For wordpress it allows to modify ealisy your files like the wordpress files or your code.

0 commit comments

Comments
 (0)