feat(system-security): Added 444 and 500 responses for unauthenticated settings (#7143)

This commit is contained in:
zhengkunwang
2024-11-21 17:46:13 +08:00
committed by GitHub
parent a8aa1f87f2
commit c2fd02ac48
7 changed files with 37 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head><title>400 Bad Request</title></head>
<head><title>Internal Server Error</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<center><h1>Internal Server Error</h1></center>
<hr><center>nginx</center>
</body>