Nginx is configured to access static pages
Change the path of the nginx.conf error log file in /usr/share/nginx. If nginx has no file access permission: add a common user to the root user group usermod -g root
The front end should also master Nginx knowledge
Nginx is a free, open source, high-performance HTTP server and reverse proxy, as well as IMAP/POP3 proxy server. Nginx is known for its high performance, stability, rich functionality, simple configuration, and low resource consumption. Nginx is a good alternative to Apache server in the case of high connection concurrency. I've been doing system integration for mid-stage systems...
Nginx HTTPS Configure the secondary domain name
Preface, certificate uploaded 2, configure HTTP redirection HTTPS three, restart the configuration Four, the secondary domain name under five six, restart, access the HTTPS proxy configuration [original address] : https://lolku.cn/web/details/p
Blockbuster! Huawei internal forum fire Nginx full solution notes just online, collection broken ten thousand
CHello, today I want to share Nginx with you. Take out your notebook and write it down! 1.1 Introduction to Nginx Nginx (" Engine X ") is a high-performance HTTP and reverse proxy service
CentOS7.4 Start nginx.service
Add a custom service using systemctl Add the common command nginx.service in the /usr/lib/systemd/system directory
Nginx common configuration
As a programmer, Nginx has some basic requirements. Whether it is project deployment or performance optimization, Nginx can always help you when you need it. In this article, we will take a look at the basic configuration. Try_files: When users visit http://notes.jindl...
Nginx reverse proxy configuration
``` server { listen 80; server_name shanpao.icu; Location / {proxy_pass http://127.0.0.1:4000; try_
Front-end ER notice Nginx skills
Nginx is not new to most developers, corporate teams use it to set up request gateways, and we use it privately for "scientific networking" (value alerts). However, for front-end ER, most of the development in normal days is just focused on business, there is no need or opportunity to involve Nginx, which leads to our understanding of it is very little. As serverl...
[Deep thinking] How to gracefully inform users that the website is being upgraded and maintained?
1. The preface is correct. I upgraded Lv3, which is the recognition and encouragement for my persistent writing for more than one year. At this time to visit all nuggets articles, will see the above such a page, tell you the site to carry out maintenance and upgrade, very intimate, and this interface is very good-looking, I like it very much. 2. Think about...
Nginx 502 and 504 timeout demo
Nginx recently encountered some difficult to troubleshoot 502 and 504 errors, by the way, learn about nginx related configuration. I have found that many descriptions of nginx timeout configurations on the Web simply list the meanings and values of these configurations, without explaining what triggers which configuration. So take this opportunity to demonstrate how to make nginx appear correctly as expected...