|
|
|
@ -6,9 +6,18 @@
@@ -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; |
|
|
|
|
''; |
|
|
|
|
}; |
|
|
|
|
}; |
|
|
|
|