8000 use https in the default nginx welcome page, both domains support it by lpmi-13 · Pull Request #679 · nginx/nginx · GitHub
[go: up one dir, main page]

Skip to content

use https in the default nginx welcome page, both domains support it #679

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
use https in the default nginx welcome page since both domains suppor…
…t it
  • Loading branch information
lpmi-13 committed May 7, 2025
commit 490930ec8dc47a9d8c834d75228ea5ea7a2a5d0e
4 changes: 2 additions & 2 deletions docs/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ <h1>Welcome to nginx!</h1>
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>
Expand Down
0