Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-09-13 02:35:28 +0300
committerGitHub <noreply@github.com>2020-09-13 02:35:28 +0300
commit8f9ab23c1bf815d8408f3b5afe6613da30f29ef8 (patch)
treea0023cfea5fc49c66f0e25a8f4d5552d7ff81892 /static/index.php
parentc9938f76b4da6673c1b8ca85c777c4bb9ddce2c6 (diff)
add default theme to adminer + other fixes (#1447)
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/static/index.php b/static/index.php
index 07201df6..c2797c61 100644
--- a/static/index.php
+++ b/static/index.php
@@ -90,7 +90,7 @@
<p>Use the following address:
<h3>
<ul>
- <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/nextcloud">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)
+ <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)
</ul>
</h3>
<p>Note: Please accept the warning in the browser if you have a self-signed certificate.<br>
@@ -125,15 +125,14 @@
<p>Use one of the following addresses, HTTPS is preffered:
<h3>
<ul>
- <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>/adminer.php">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)</li>
- <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/adminer.php">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)</li>
+ <li><a href="https://<?=$_SERVER['SERVER_NAME'];?>:8443">https://<?=$_SERVER['SERVER_NAME'];?>:8443</a> (HTTPS)</li>
</ul>
</h3>
<p>Note: Please accept the warning in the browser if you connect via HTTPS.</p>
<h3>
<a href="https://docs.hanssonit.se/s/W6fMouPiqQz3_Mog/virtual-machines-vm/d/W6fMquPiqQz3_Moi/nextcloud-vm-first-setup-instructions?currentPageId=W6ypBePiqQz3_Mp0" target="_blank">Login details</a>
</h3>
- <p>Note: Your LAN IP is set as approved in /etc/apache2/conf-available/adminer.conf, all other access is forbidden.</p>
+ <p>Note: Your LAN IP is set as approved in /etc/apache2/sites-available/adminer.conf, all other access is forbidden.</p>
</div>
<h2>Follow us on Social Media</h2>