Today, I summarized the reasons for the 403 Forbidden error when visiting the website. The main ones are as follows: 1. Your IP is blacklisted 2. You have visited this website too much within a certain period of time (usually using a collection program), and the firewall has denied access […]
css text overflow hidden css text overflow hidden invalid solution
css text overflow hidden css text overflow hidden invalid solution It is the correct code. width: 150px; background: #999999; word-wrap: break-word; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
413 request entity too large php, nginx:413 Request Entity Too Large processing method
413 request entity too large php, nginx:413 Request Entity Too Large processing method Modify Nginx.conf add this below in this file. keepalive_timeout 100; #This parameter indicates the http connection timeout time, the default is 65s. If the uploaded file is relatively large and the upload is not completed within the […]
The latest detailed steps to configure LNMP centos nginx mysql php7.4
[root@localhost ~]# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm [root@localhost ~]# rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm [root@localhost ~]# rpm -Uvh http://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpm [root@localhost ~]# yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm #used to install php7.4 =============================== [root@localhost ~]# yum -y install nginx [root@localhost ~]# yum -y install mysql-community-server [root@localhost ~]# yum -y install yum-utils [root@localhost ~]# yum-config-manager –enable remi-php74 The […]
Hello pal, welcome.
Welcome to come my site.It is a great day for me to constructed this knowledge base. The suppose of this site is recoding every tips which i have see. So display to you and use it for yourself. It is a free site and everything you can copy and use […]