Bumped Alpine Version 3.23>3.24

This commit is contained in:
2026-07-22 17:58:37 +02:00
parent 746e029a02
commit f7a63766ff
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ http {
listen [::]:80 default_server;
server_name _;
add_header Content-Type text/html;
return 200 '<html><head></head><body>Nginx is functioning normally</body></html>';
return 200 '<html><head><style>html { color-scheme: light dark; }</style></head><body>Nginx is functioning normally</body></html>';
}
}