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 nginx solves cross-domain request issues
- The way nginx solves the problem of cross-domain requests is to add a unified prefix/api before each request.
- Nginx 3541 2020-11-10 16:18:17
-
- 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 4338 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 2104 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 2483 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 18746 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 13333 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 2867 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 2794 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 7896 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 6042 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 6364 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 3207 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 2520 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 3779 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 5660 2020-10-21 17:32:02