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@techandme.se>2018-08-09 02:23:48 +0300
committerGitHub <noreply@github.com>2018-08-09 02:23:48 +0300
commit4acfcaab3ce5cdeea2ed20fd115f88ce5feba590 (patch)
tree46b7a24764e5120e0cb0f15d796329004afe7670 /static/index.php
parent38dc04ce57c9fda3dde20bad20a8cd4610bb6472 (diff)
Change to PHP-FPM (#591)
Diffstat (limited to 'static/index.php')
-rw-r--r--static/index.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/index.php b/static/index.php
index 5d2108e5..704d923a 100644
--- a/static/index.php
+++ b/static/index.php
@@ -106,15 +106,16 @@
<h2>Access Nextcloud</h2>
<div class="information">
- <p>Use one of the following addresses, HTTPS is preffered:
+ <p>Use the following address:
<h3>
<ul>
- <li><a href="http://<?=$_SERVER['SERVER_NAME'];?>/nextcloud">http://<?=$_SERVER['SERVER_NAME'];?></a> (HTTP)
<li><a href="https://<?=$_SERVER['SERVER_NAME'];?>/nextcloud">https://<?=$_SERVER['SERVER_NAME'];?></a> (HTTPS)
</ul>
</h3>
- <p>Note: Please accept the warning in the browser if you connect via HTTPS. It is recommended<br>
- to <a href="https://www.techandme.se/publish-your-server-online" target="_blank">buy your own certificate and replace the self-signed certificate to your own.</a></p>
+ <p>Note: Please accept the warning in the browser if you have a self-signed certificate.<br>
+ It's recomended to <a href="https://www.techandme.se/publish-your-server-online" target="_blank">buy your own certificate $
+ <p>The easiest way to get a real SSL certificate though is to run the script included in this VM:<br>
+ sudo bash /var/scripts/activate-ssl.sh
<p>Note: Before you can login you have to run the setup script, as descirbed in the video above.</p>
</div>