-
Centos下yum 安装nginx
网上很多文档时编译源码安装nginx, 但NGINX官方是提供了yum安装源的,参考官方文档: http://nginx.org/en/linux_packages.html#RHEL-CentOS。
Date: 2020-11-02 View: 1520
-
Nginx代理报413错误的解决办法
前段时间花了点时间,把原来的博客从ASP移到自己开发的个人博客(www.yihaomen.com), 断断续续,没怎么测试,也没怎么检查,今天发现在后台批量上传图片时,有的图片能上传成功,有的不可以。报错 413, 查了下 nginx 后台error log. 发现错误如下
Date: 2020-07-03 View: 1520
-
Count IP address in Nginx access logs
Recently, many referer spam hit on my server, below is the command I used to find and count the IP Address from a Nginx access log file.
Date: 2019-08-17 View: 1520
-
Nginx : Block User Agent
In Nginx, you can block certain user agents (normally it is crawler) like this :
Date: 2019-08-17 View: 1520
-
Nginx + Apache Tomcat configuration example
This tutorial shows you how to configure Nginx as a reverse proxy to redirect the traffics from port 80 to Apache Tomcat on port 8080.
Date: 2019-08-17 View: 1520
-
Nginx : Block Referrer Spam
In this article, we will show you how to block referrer spam in one of our Nginx web server.
Date: 2019-08-17 View: 1520
-
Nginx + PHP No input file specified
A common Nginx + PHP error message “No input file specified.”
Date: 2019-08-11 View: 1520
-
php-cgi.exe The application was unable to start correctly
Run php-cgi.exe and hits a pop up dialog showing the following error message :
Date: 2019-08-11 View: 1520
-
Nginx + PHP on Windows
This article shows you how to install and integrate Nginx and PHP on Windows.
Date: 2019-08-11 View: 1520
-
Nginx + WordPress ERR_TOO_MANY_REDIRECTS
Fresh installs a WordPress on Windows for development, and hits the ERR_TOO_MANY_REDIRECTS error message?
Date: 2019-08-11 View: 1520