Method 1: Log in to the background, refresh the “permanent connection” in the “Settings” once. For example, modify the connection setting method once, then save it, and then reset the setting you want to save. Many people can solve the 404 error through this method. Method 2: Check whether the […]
Summary of the reasons for 403 Forbidden when visiting the website
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 ~]# rpm –import https://repo.mysql.com/RPM-GPG-KEY-mysql-2022 [root@localhost ~]# yum -y install mysql-community-server [root@localhost ~]# yum -y install yum-utils [root@localhost […]
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 […]