Skip to content

Commit

Permalink
Webmin is pure HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson authored May 6, 2018
1 parent fd3dcca commit beb0a36
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,9 @@
<h2>Access Webmin</h2>

<div class="information">
<p>Use one of the following addresses, HTTPS is preferred:
<p>Use the following address:
<h3>
<ul>
<li><a href="http://<?=$_SERVER['SERVER_NAME'];?>:10000">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
<li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:10000">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
</ul>
</h3>
Expand Down

0 comments on commit beb0a36

Please sign in to comment.