My original thought is that I wanna put more time into writing blogs instead of configuring my blogging webserver. So I resolutely deleted the Sping webserver I built before, and start to use WordPress. I hope it can help me to become a “pure” tech blog writer. And, ultimately, I chose a WordPress VPS to build my blog. However, it seems like I underestimated my interests in configuring my webserver. During the 14 days quarantine required by the government, I tried almost everything I can do for the blog server. For example, WP Multisite, Cache, Nginx, Apache, Redis, HTTPS, etc. And, that is why I have this category here. To document the tech I used in building a WordPress web server from scratch, and, perhaps also, to show my interest in becoming a back-end developer…
Recent WordPress Posts
Installing Redis on Ubuntu Installing Redis sudo apt update sudo apt install redis-server Use following command open configuration file: sudo vim /etc/redis/redis.conf Change/add the following: maxmemory 256mb maxmemory-policy allkeys-lru Use...
Read More
The vHost execution order is based on the configuration file names in alphabetical order, while the very first one is treated as the default server. To check current serving order,...
Read More