Nginx의 에러 화면을 고양이로 만들
4156 단어 nginx
아마 대상이 되는 사람
VPS 서버를 만질 수있는 사람입니까?
방법
여기에서 고양이의 이미지를 다운로드합니다.
htps // 이콘 s8. jp / 오 ch / st st 라치온 / 긴게 r 또는 t-714
nginx의 기본 화면은/usr/share/nginx/html/로 이동합니다.
cd /usr/share/nginx/html
index.html,404.html,50x.html에 다음 코드로 덮어씁니다.
index.html
<!Doctype html>
<html>
<head>
<meta charset="UTF-8">
<title> ERROR </title>
<style>
html {
font-size: 14px;
}
body {
text-align: center;
margin-top: 5rem;
}
h2 {
color: #af8f71;
}
.center {
margin: 0 auto;
}
small {
text-align: center;
margin: 0 auto;
display:block;
}
small a{
text-decoration: none;
color: #b2d479;
font-size: 1rem;
}
</style>
</head>
<body>
<h2>Website ???? 404</h2>
<img src="ginger-cat-713.png" width="300px">
<small>
<a rel="nofollow noopener external" href="https://icons8.jp/ouch/illustration/ginger-cat-714">(c) gingerCat</a>
</small>
</body>
</html>
저장 후 nginx 표준 오류 화면이 이러한 고양이가됩니다.
*터미널을 사용할 수 없는 경우는, 수중 PC로 만든 html을, 렌탈 서버 계약시에 받은 SSH 인증 ID/PASS를 사용해 SCP 전송합니다. SSH 접속할 수 있는 서버에는 SCP로 접속할 수 있으므로, filezilla (을)를 사용하면 편리.
Reference
이 문제에 관하여(Nginx의 에러 화면을 고양이로 만들), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/KJOI/items/09a41d41133acee52e34텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)