Advertisement
Guest User

Untitled

a guest
Jul 6th, 2017
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. [oxidized@nms01 oxidized]$ curl http://127.0.0.1/node/show/DEVICE_HOSTNAME?format=json
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  5. <head>
  6. <title>The page is not found</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  8. <style type="text/css">
  9. /*<![CDATA[*/
  10. body {
  11. background-color: #fff;
  12. color: #000;
  13. font-size: 0.9em;
  14. font-family: sans-serif,helvetica;
  15. margin: 0;
  16. padding: 0;
  17. }
  18. :link {
  19. color: #c00;
  20. }
  21. :visited {
  22. color: #c00;
  23. }
  24. a:hover {
  25. color: #f50;
  26. }
  27. h1 {
  28. text-align: center;
  29. margin: 0;
  30. padding: 0.6em 2em 0.4em;
  31. background-color: #294172;
  32. color: #fff;
  33. font-weight: normal;
  34. font-size: 1.75em;
  35. border-bottom: 2px solid #000;
  36. }
  37. h1 strong {
  38. font-weight: bold;
  39. font-size: 1.5em;
  40. }
  41. h2 {
  42. text-align: center;
  43. background-color: #3C6EB4;
  44. font-size: 1.1em;
  45. font-weight: bold;
  46. color: #fff;
  47. margin: 0;
  48. padding: 0.5em;
  49. border-bottom: 2px solid #294172;
  50. }
  51. h3 {
  52. text-align: center;
  53. background-color: #ff0000;
  54. padding: 0.5em;
  55. color: #fff;
  56. }
  57. hr {
  58. display: none;
  59. }
  60. .content {
  61. padding: 1em 5em;
  62. }
  63. .alert {
  64. border: 2px solid #000;
  65. }
  66.  
  67. img {
  68. border: 2px solid #fff;
  69. padding: 2px;
  70. margin: 2px;
  71. }
  72. a:hover img {
  73. border: 2px solid #294172;
  74. }
  75. .logos {
  76. margin: 1em;
  77. text-align: center;
  78. }
  79. /*]]>*/
  80. </style>
  81. </head>
  82.  
  83. <body>
  84. <h1><strong>nginx error!</strong></h1>
  85.  
  86. <div class="content">
  87.  
  88. <h3>The page you are looking for is not found.</h3>
  89.  
  90. <div class="alert">
  91. <h2>Website Administrator</h2>
  92. <div class="content">
  93. <p>Something has triggered missing webpage on your
  94. website. This is the default 404 error page for
  95. <strong>nginx</strong> that is distributed with
  96. Fedora. It is located
  97. <tt>/usr/share/nginx/html/404.html</tt></p>
  98.  
  99. <p>You should customize this error page for your own
  100. site or edit the <tt>error_page</tt> directive in
  101. the <strong>nginx</strong> configuration file
  102. <tt>/etc/nginx/nginx.conf</tt>.</p>
  103.  
  104. </div>
  105. </div>
  106.  
  107. <div class="logos">
  108. <a href="http://nginx.net/"><img
  109. src="/nginx-logo.png"
  110. alt="[ Powered by nginx ]"
  111. width="121" height="32" /></a>
  112.  
  113. <a href="http://fedoraproject.org/"><img
  114. src="/poweredby.png"
  115. alt="[ Powered by Fedora ]"
  116. width="88" height="31" /></a>
  117. </div>
  118. </div>
  119. </body>
  120. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement