mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 06:37:58 +08:00
use https in the default nginx welcome page since both domains support it
This commit is contained in:
parent
f3542500b6
commit
490930ec8d
@ -14,9 +14,9 @@ font-family: Tahoma, Verdana, Arial, sans-serif; }
|
|||||||
working. Further configuration is required.</p>
|
working. Further configuration is required.</p>
|
||||||
|
|
||||||
<p>For online documentation and support please refer to
|
<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
|
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>
|
<p><em>Thank you for using nginx.</em></p>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user