1
0
Fork 0

Add webcam to bula22.de

This commit is contained in:
clerie 2022-07-25 20:25:50 +02:00
parent cc8abd07b8
commit 56788025f4
1 changed files with 11 additions and 2 deletions

View File

@ -6,9 +6,18 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
return = ''200 "VCP Bundeslager 2022"''; return = ''200 '
<html>
<head>
<title>VCP Bundeslager 2022</title>
</head>
<body>
<img src="https://p619357.mittwaldserver.info/webcam/current.jpg">
</body>
</html>'
'';
extraConfig = '' extraConfig = ''
add_header Content-Type text/plain; add_header Content-Type text/html;
''; '';
}; };
}; };