diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:31:23 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-16 18:34:01 +0100 |
commit | 346de03e47a0d65c6c8af9703be6bf11ae429fdf (patch) | |
tree | 0140aa810b6fedca35bfb85845f342398f4d37a5 /customization/errorpage/429.shtml | |
parent | b0fcf5c5a40e6b16e5a71adc93c081c2afce7eea (diff) | |
download | nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.gz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.tar.xz nginx-errorpage-346de03e47a0d65c6c8af9703be6bf11ae429fdf.zip |
The markup has been optimized to use more semantic <p> and <code> elements.
Diffstat (limited to 'customization/errorpage/429.shtml')
-rw-r--r-- | customization/errorpage/429.shtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/customization/errorpage/429.shtml b/customization/errorpage/429.shtml index cc2b31f..c1f39fb 100644 --- a/customization/errorpage/429.shtml +++ b/customization/errorpage/429.shtml @@ -2,6 +2,6 @@ <!--#set var="ERRORPAGE_TEXT" value="Too Many Requests" --> <!--#include file="header.shtml" --> - <div>The server has detected an unusually high number of requests from your network address <strong><span><!--#echo var="REMOTE_ADDR" --></span></strong> - and will not process further requests until the flooding has subsided.</div> + <p>The server has detected an unusually high number of requests coming from your network (<code><!--#echo var="REMOTE_ADDR" --></code>) + and will not process further requests until the flooding has subsided.</p> <!--#include file="footer.shtml" -->
\ No newline at end of file |