]> git.openstreetmap.org Git - chef.git/blob - cookbooks/tile/templates/default/index.html.erb
apache: Set minimal ServerTokens and disable ServerSignature
[chef.git] / cookbooks / tile / templates / default / index.html.erb
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4   <meta charset="UTF-8">
5   <title>tile.openstreetmap.org</title>
6   <meta name="robots" content="noindex">
7   <meta http-equiv="cache-control" content="no-cache">
8   <meta http-equiv="pragma" content="no-cache">
9   <meta name="viewport" content="width=device-width, initial-scale=1">
10   <!-- MANAGED VIA CHEF -->
11 </head>
12 <body>
13   <main class="container">
14     <h1>tile.openstreetmap.org</h1>
15     <p>You've reached the OpenStreetMap.org tile server (<%= node['fqdn'] %>)</p>
16     <section>
17       <h2>If you are a user...</h2>
18       <p>You probably want <a href="https://www.openstreetmap.org/">OpenStreetMap</a> itself.</p>
19     </section>
20     <section>
21       <h2>If you are a developer...</h2>
22       <p>Please be aware of the <a href="https://operations.osmfoundation.org/policies/tiles/">tile usage policy</a>.</p>
23     </section>
24     <footer>
25       <p>This service is sponsored by <a href="https://www.fastly.com/">Fastly</a>.</p>
26     </footer>
27   </main>
28 </body>
29 </html>