Guest User

fuf-error.vcl

a guest
Jul 25th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. synthetic(
  2.  
  3. {"
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <title>"} + resp.status + " " + resp.reason + {"</title>
  8. </head>
  9. <body>
  10. <p>We are sorry - an error occured.</p>
  11. <p>Status: "} + resp.status + " " + resp.reason + {"</p>
  12. <p>Please try again later.</p>
  13. </body>
  14. </html>"}
  15.  
  16. );
Add Comment
Please, Sign In to add comment