Tag: nginx

How to disable Nginx test page in CentminMod? By default, when you install CentminMod, it will create a Nginx test page. When you access the server’s IP address on the browser, it will display the HTML test page of CentminMod. Is this good? Let’s take a look. Why must disable Nginx test page in CentminMod?

How to change non-www to www in CentminMod? During the operation of my blogs, I may have to move them several times between servers. Due to financial problems or internet speed problems. If your website is running https://www.yourwebsite.com and when you change server to CentminMod, it is changed to https://yourwebsite.com. What will you do? By

This article will guide you to install the latest Nginx in CentOS 6.10. Although CentOS 7 came out for a while, but still quite a lot of people using CentOS 6. Install the latest Nginx in CentOS 6 You only need to follow the steps in this article, I am sure that you will install

This article will guide you how to convert SSL nginx cert to iis cert. Nginx cert and IIS cert Just like converting nginx cert to cert tomcat. Nginx uses the ssl format X.509 format, IIS uses the ssl format PFX format. Recommended Reading: How to convert SSL Nginx cert to Tomcat cert You need to convert

This article will guide you how to convert SSL Nginx cert to Tomcat cert. Nginx cert and Tomcat cert When you buy SSL cert for Nginx web server (or Apache), you usually get 3 files of the following type: STAR_domain.CERT.crt STAR_domain.PRIVATE.key STAR_domain.CA.key Nginx’s ssl cert file uses X.509 format. You can read more about it.

How to install latest Nginx in CentOS 7? This article will guide you step by step to do that. Test environment I will use a Linux machine with the following configuration to test: OS: CentOS 7.6.1810 (Core). HDD: more than 5GB free. RAM: more than 1GB free. User: root. Steps to install the latest Nginx

In this article, I will give you some tips for preparing resources for nginx proxy servers. I will outline some of the goals why I prepared such resources. Recommended server resources System resources for a medium-sized company, according to my experience. You can adjust according to your company scale. OS: CentOS 7.x 64 bit. The

Nginx reverse proxy is increasingly used with the same solution as HAproxy. But how to install nginx reverse proxy multi master? You can find many articles that teach the use of Keepalived to increase the availability of nginx reverse proxy systems. This article will upgrade that to make your system more responsive. Requirements set out

How does nginx redirect a location to another domain? To do this, we only need 1-2 lines of configuration. However, this article will explain to you more about that. The problem One problem here is probably quite a lot of people have been or will be encountering. I have a website, my example is https://www.writebash.com.

In this article, I will show you how to install the latest Nginx on Debian 8. By default, for Debian 8, you will install Nginx 1.6.x. So if you want to use the latest Nginx version then how? This article will show you how to do it. Add repository for Nginx The operating system version