use https in the default nginx welcome page since both domains support it

This commit is contained in:
Adam Leskis 2025-05-07 20:28:32 +01:00
parent f3542500b6
commit 490930ec8d
No known key found for this signature in database

View File

@ -14,9 +14,9 @@ font-family: Tahoma, Verdana, Arial, sans-serif; }
working. Further configuration is required.</p>
<p>For online documentation and support please refer to
<a href="http://nginx.org/">nginx.org</a>.<br/>
<a href="https://nginx.org/">nginx.org</a>.<br/>
Commercial support is available at
<a href="http://nginx.com/">nginx.com</a>.</p>
<a href="https://nginx.com/">nginx.com</a>.</p>
<p><em>Thank you for using nginx.</em></p>
</body>