Add webcam to bula22.de
This commit is contained in:
parent
cc8abd07b8
commit
56788025f4
@ -6,9 +6,18 @@
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
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 = ''
|
||||
add_header Content-Type text/plain;
|
||||
add_header Content-Type text/html;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user