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 Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- 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 4860 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 2641 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 4008 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 8000 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 3538 2020-08-21 17:15:10
-
- How to turn off the log function in nginx
- Turn off the log function of nginx: turn off the http recording access log [access_log off]; turn off the server operation log [error_log /dev/null].
- Nginx 10138 2020-08-20 16:50:01
-
- Do you know how to configure folder access permissions?
- How to configure folder access permissions: 1. Open the nginx configuration file; 2. Add [user root] at the beginning of the file; 3. Add the server port; 4. Restart nginx.
- Nginx 3923 2020-08-19 17:23:45
-
- nginx changes request data size limit
- How to modify the request data size limit in nginx: first modify the configuration [client_max_body_size 1000m;]; then execute the [$nginx -s reload] command.
- Nginx 5365 2020-08-17 16:53:09
-
- What are the two communication methods between nginx and php?
- This article comes from the nginx tutorial. It introduces two communication methods between nginx and php. It has certain reference value and I hope it can help everyone. There are two communication methods between Nginx and PHP: unix socket and tcp socket.
- Nginx 4431 2020-08-15 16:46:59
-
- How to solve nginx startup failure
- Solution to nginx startup failure: First open the /etc/selinux/config file; then change SELINUX=enforcing to SELINUX=disabled.
- Nginx 7036 2020-08-14 17:18:31
-
- Introduction to the start and stop commands of nginx under windows
- Start command: [C:\server\nginx-1.0.2>start nginx]; stop command: [C:\server\nginx-1.0.2>nginx.exe -s stop].
- Nginx 5329 2020-08-13 17:10:44
-
- How to stop nginx service under linux
- How to stop the nginx service under Linux: 1. Execute the [ps -ef | grep nginx] command to view the nginx main process; 2. Execute the [kill -QUIT main process number] command to stop the nginx service.
- Nginx 6773 2020-08-12 17:01:33
-
- What is the method for nginx to implement page jump?
- nginx tutorial: How to implement page jump in nginx: 1. Open the configuration file; 2. Add the configuration in the server field [rewrite ^/haibian /newhaibian permanent;]; 3. Save the configuration and exit.
- Nginx 4465 2020-08-11 17:02:49
-
- How to configure nginx to prohibit directory execution of php files
- How to configure nginx to prohibit directory execution of php files: [location ~ /dir/.*.(php|php5)?$ {deny all;}]. After the configuration is completed, the web service needs to be restarted.
- Nginx 3564 2020-08-11 15:44:56
-
- Introduction to the advantages of reverse proxy
- nginx usage tutorial: This article introduces the advantages of reverse proxy to everyone, which has certain reference value. I hope it can help everyone. Advantages: 1. Protect service Anxi; 2. Service nodes focus more on business while improving performance.
- Nginx 5042 2020-08-04 17:10:18