current location:Home > Technical Articles > Operation and Maintenance > Nginx
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to add SSL module to nginx
- nginx tutorial: This article shares with you the method of adding SSL module to nginx. It has certain reference value and I hope it can help everyone.
- Nginx 2761 2020-09-18 17:18:55
-
- How to start and restart nginx under linux
- Startup command: [./nginx -c /usr/local/nginx/nginx/conf/nginx.conf]. Restart command: [./nginx -s reload].
- Nginx 6301 2020-09-15 17:28:27
-
- Introduction to the main functions of nginx
- The main functions of nginx: 1. Reverse proxy; 2. Load balancing; 3. HTTP server; 4. Forward proxy.
- Nginx 4980 2020-09-14 11:42:37
-
- What are the common application scenarios of nginx?
- Common application scenarios of nginx include: 1. Reverse proxy; 2. Load balancing; 3. Web server; 4. Forward proxy; 5. Static separation.
- Nginx 6118 2020-09-11 16:21:17
-
- How to hide the suffix name php in nginx
- How to hide the suffix name php in nginx: first open the nginx.conf configuration file; then add the content [ttry_files $uri $uri/ $uri.php$is_args$args;] in the configuration file.
- Nginx 6298 2020-09-11 14:52:28
-
- How to configure multiple servers in nginx
- nginx tutorial: This article introduces the method of configuring multiple servers in nginx. It has certain reference value and I hope it can help everyone.
- Nginx 10216 2020-09-03 16:47:04
-
- What should I do if the system prompts that the nginx command cannot be found?
- nginx tutorial: This article introduces the solution to the system prompt that the nginx command cannot be found. I hope it can help you.
- Nginx 5351 2020-09-02 16:15:05
-
- How to solve the problem that nginx static website does not display images
- This article introduces the solution to the problem that nginx static website does not display images. It has certain reference value and I hope it can help everyone.
- Nginx 6042 2020-09-01 16:35:02
-
- How to add stream module to nginx
- How to add the stream module to nginx: execute the [./configure --add-module=/usr/local/fast/fastdfs-nginx-module/src/ --with-stream] command.
- Nginx 8505 2020-08-31 17:00:24
-
- Explore the use of physical memory resources (or RAM) in OpenResty and Nginx's shared memory area?
- This article explores how these shared memory areas use physical memory resources (or RAM) through several simple and independent examples. We also explore the impact of shared memory usage on system-level process memory metrics such as VSZ and RSS in the results of system tools such as ps.
- Nginx 3396 2020-08-29 10:16:14
-
- How to modify the running port of nginx
- nginx tutorial: This article introduces you to the method of modifying the running port of nginx. It has certain reference value and I hope it can help you.
- Nginx 5008 2020-08-27 16:22:23
-
- Deployment of nginx under centos7.3
- Deployment of nginx under centos7.3: 1. Download epel-release and install it; 2. Install nginx with yum; 3. Refresh the nginx configuration; 4. Edit the /etc/nginx/nginx.conf configuration file.
- Nginx 2801 2020-08-26 16:04:01
-
- How to enable directory browsing function in nginx
- How to turn on the directory browsing function in nginx: 1. Open the nginx configuration file; 2. Modify the configuration atoindex on; 3. Save the configuration file; 4. Restart nginx.
- Nginx 4354 2020-08-25 16:32:59
-
- How nginx implements port forwarding
- Configuration of port 80: Visit [test.com/news => 127.0.0.1:808]. One thing to note here is that the forwarded URL needs to add '/' at the end, which is equivalent to specifying the URL '/'.
- Nginx 8423 2020-08-24 16:30:23
-
- Do you know how to check the number of concurrent connections in nginx?
- nginx tutorial: This article introduces the method of checking the number of concurrent connections in nginx. It has certain reference value and I hope it can help everyone. First configure the nginx.config file; then view it through the browser.
- Nginx 4033 2020-08-21 17:15:10