/etc/ikiwiki-hosting/templates/missingsite.tmpl is in ikiwiki-hosting-common 0.20170622ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <html>
<head>
<title>site does not exist</title>
</head>
<body>
<p>
The site <TMPL_VAR NAME="SERVER_NAME" ESCAPE="HTML"> does not currently exist.
</p>
</body>
</html>
|