From 84eebbe1f8ec2b557c61ecc278df74e4f8a27795 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 13 Feb 2021 18:54:35 +0100 Subject: [PATCH] Explain the location of the files (/var/www/my_webapp/www) --- sources/www/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sources/www/index.html b/sources/www/index.html index b4dd3ea..da9a2b5 100644 --- a/sources/www/index.html +++ b/sources/www/index.html @@ -7,10 +7,12 @@

It works!

Congratulation, you have just installed your custom web app.

-

Access your site

+

Edit this site

- You can access to your site - e.g. to put content, change this wonderful - page - using SFTP. You can use a client application for that such as + First way to edit this site is by putting your files in /var/www/__APP__/www using SSH/SCP. +

+

+ Alternatively you can achieve the same thing using SFTP. To do so, you can use a client application such as FileZilla. Here are the SFTP connection details:

@@ -18,7 +20,7 @@
Domain
__DOMAIN__
Port
-
22 (or the port you defined if you change the ssh port)
+
22 (or the port you defined if you changed the ssh port)
User
__APP__
Password