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 set nginx to start automatically at boot
- How to set nginx to start automatically at boot: 1. Create and edit the nginx.service file; 2. Execute the [systemctl enable nginx.service] command.
- Nginx 4603 2020-11-09 15:49:05
-
- What are the advanced modules of nginx?
- nginx tutorial: This article shares the relevant knowledge of nginx advanced modules with everyone. I hope it will be helpful to everyone.
- Nginx 2264 2020-11-06 16:58:00
-
- What is the method for nginx to prohibit running php scripts in a specified directory?
- The way nginx prohibits running php scripts in a specified directory is to directly match the location conditions and then prohibit permissions, such as [location ~* ^/uploads/.*\.(php|php5)${deny all;}].
- Nginx 2655 2020-11-06 11:12:30
-
- Do you know all three reverse proxy methods of nginx?
- The three modes of nginx reverse proxy are: 1. IP-based proxy; 2. Domain name-based proxy; 3. Port-based proxy.
- Nginx 18897 2020-11-05 16:36:10
-
- nginx can start successfully but cannot be accessed
- This article introduces how to solve the problem that nginx can be started successfully but cannot be accessed. I hope it can help everyone.
- Nginx 13754 2020-11-04 16:48:13
-
- How to upgrade nginx version without affecting business
- nginx tutorial: This article introduces how to upgrade the nginx version without affecting the business. It has certain reference value and I hope it can help everyone.
- Nginx 3030 2020-11-03 16:54:13
-
- How to output php error log in nginx
- Method for nginx to output PHP error log: 1. Edit the php-fpm.conf configuration file and add [error_log = log/error_log]; 2. Edit the php.ini configuration file and add [log_errors = On]; 3. Restart php-fpm .
- Nginx 3354 2020-11-03 09:27:36
-
- What should I do if nginx cannot access php?
- Solution to the problem that nginx cannot access php: 1. Use a text editor to open the php-fpm.conf configuration file; 2. Modify the configuration [listen = /tmp/php-cgi.sock]; 3. Restart nginx.
- Nginx 8201 2020-11-02 10:47:47
-
- What are the methods to restart nginx?
- First execute the [ps -ef | grep nginx] command to view the process; then execute the [kill -HUP process number] command to restart smoothly.
- Nginx 6184 2020-10-29 15:30:39
-
- Use nginx to implement 301 jump to the root domain name of https
- nginx tutorial: This article introduces the method of nginx to implement 301 jump to the root domain name of https. It has certain reference value and I hope it can help everyone.
- Nginx 6580 2020-10-27 17:39:00
-
- nginx adds third-party modules
- Check the installed modules of nginx by executing the [/usr/local/nginx/sbin/nginx -V] command.
- Nginx 3382 2020-10-26 16:23:30
-
- How to add new modules to compiled nginx
- Execute the [/usr/local/nginx/sbin/nginx -V] command to view existing modules.
- Nginx 2672 2020-10-23 15:57:23
-
- The correct way to uninstall nginx
- nginx tutorial: First search for nginx-related files globally; then execute the [sudo rm -rf nginx file] command to delete them.
- Nginx 3987 2020-10-22 18:29:58
-
- How to recompile installed nginx
- This article introduces you to the method of recompiling installed nginx. It has certain reference value and I hope it can help you.
- Nginx 5810 2020-10-21 17:32:02
-
- Why is nginx so fast?
- Nginx adopts a multi-process (single-thread) & multi-channel IO multiplexing model. Nginx, which uses I/O multiplexing technology, becomes a "concurrent event-driven" server.
- Nginx 3016 2020-10-20 17:25:17