Browse Source

Explain the location of the files (/var/www/my_webapp/www)

pull/57/head
Alexandre Aubin 5 years ago
committed by GitHub
parent
commit
4ff636623d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      sources/www/index_no_sftp.html

5
sources/www/index_no_sftp.html

@ -7,6 +7,11 @@
<h1>It works!</h1> <h1>It works!</h1>
<p>Congratulation, you have just installed your custom web app.</p> <p>Congratulation, you have just installed your custom web app.</p>
<h2>Edit this site</h2>
<p>
To edit this site, put your files in /var/www/__APP__/www using SSH/SCP.
</p>
<p>As a reward, here is a random cat picture:</p> <p>As a reward, here is a random cat picture:</p>
<img src="https://thecatapi.com/api/images/get?format=src&type=gif"> <img src="https://thecatapi.com/api/images/get?format=src&type=gif">
</body> </body>

Loading…
Cancel
Save