Tag: Nginx
-
Post Views: 14 1. The deployment of Weiqing, the home URL at this stage is:https://cmpmain.xxx.com. Its base url is: /web/index.php. as shown in Figure 1 2. The deployment of Weiqing, I hope to adjust it, its home url is:https://front.xxx.com. To ensure that the domain names of all products are unified. Its base url is: /cmpmain/web/index.php. 3. The nginx configuration file…
-
Post Views: 14 1. When the data length of PA_LOG is: 6.16 GB, as shown in Figure 1 2. Get the first page of the log list, the response time is about 1000ms, which is acceptable, as shown in Figure 2 3. Get the last page of the log list, the response timeout: 504 gateway time-out, as shown in Figure…
-
Post Views: 13 1. In the Docker container, the Nginx PHP environment responds to 404 not found, and opens a route mapped to the PHP file, as shown in Figure 1 2. Open a route mapped to an HTML file and respond to 200, as shown in Figure 2 3. The configuration file of nginx, the content is as follows…
-
Post Views: 16 1. In nginx 1.10 version, an error is reported when reloading: nginx:[warn]Could not build optimal server_names_hash, as shown in Figure 1 2. Check the nginx configuration file, C:\nginx-1.10.1\conf\nginx.conf 3. Check the virtual host configuration file, C:\nginx-1.10.1\conf\vhosts\channel-pub-api-wx-auth.conf 4. Reference URL:https://nginx.org/en/docs/http/server_names.html, according to the error message, it should be caused by the definition of a large number of server…