This is an automated email from the ASF dual-hosted git repository. zwoop pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/trafficserver.git
commit 5bcde3c209e5bdd0e2b9995ecd9d242250fb1734 Author: Randall Meyer <[email protected]> AuthorDate: Tue Jun 19 12:32:50 2018 -0700 Removes unused throttle_error.html.example (cherry picked from commit e1d2c1dc7f0a4c48e23781a3e67cd17b989e22e5) --- configs/throttle_error.html.example | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/configs/throttle_error.html.example b/configs/throttle_error.html.example deleted file mode 100644 index b6fad64..0000000 --- a/configs/throttle_error.html.example +++ /dev/null @@ -1,32 +0,0 @@ -<!-- blank.html - This is an example of an error message which will be displayed to - users when the Traffic Server is overloaded. - Modify and copy/move this file to throttle_error.html. --> - -<!------------------------------------------------------------------------- - Licensed to the Apache Software Foundation (ASF) under one - or more contributor license agreements. See the NOTICE file - distributed with this work for additional information - regarding copyright ownership. The ASF licenses this file - to you under the Apache License, Version 2.0 (the - "License"); you may not use this file except in compliance - with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -------------------------------------------------------------------------> - -<html> -<head> -<title>Server Overloaded</title> -</head> -<body> -<H1>Server Overloaded</H1> -The server is temporarily overloaded. Please try again later. -</body> -</html>
