Home  >  Article  >  Operation and Maintenance  >  What does nginx mean when it appears on a web page?

What does nginx mean when it appears on a web page?

(*-*)浩
(*-*)浩Original
2019-06-17 09:53:1332549browse

The presence of nginx on the web page means that the server uses nginx for web. This is not necessarily the case when the nginx interface appears. It may be an nginx test page or an error page. For example, 404, 502, etc., depending on the specific situation.

What does nginx mean when it appears on a web page?

Error error supplement:

1. The hard disk space is full

Use df -k

to check whether the hard disk space is full. Clearing up hard drive space can resolve 500 errors. If the access log is enabled in nginx, it is best to close the access log when it is not needed.

The access log will occupy a lot of hard disk space.

2. nginx configuration file error

This does not refer to a syntax error. If nginx has a syntax error in the configuration file, it will prompt when it is started. When configuring rewrite, 500 errors may occur if some rules are not handled properly. Please check your rewrite rules carefully. If some variables in the configuration file are set improperly, a 500 error will also occur, such as referencing a variable with no value.

3. If none of the above problems exist, it may be that the number of simulated concurrencies is too much, and you need to adjust the number of concurrency settings in nginx.conf

For more Nginx related technical articles, please visit Nginx usage tutorial column to learn!

The above is the detailed content of What does nginx mean when it appears on a web page?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn