Bumped Alpine Version 3.23>3.24
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user