Change default page from some error page
This commit is contained in:
parent
92a4fc3cda
commit
5d5f69c79e
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Something's not right!</h1>
|
<h1>TStatic File Server</h1>
|
||||||
<p><strong>Sorry!</strong> Something has gone wrong while handling your request. Please try again later.</p>
|
<p>Add some content to your serve directory to get started</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Reference in a new issue