Browse Source

Move sftp section up

Girish Ramakrishnan 8 years ago
parent
commit
2304fdabb4
1 changed files with 4 additions and 5 deletions
  1. 4 5
      DESCRIPTION.md

+ 4 - 5
DESCRIPTION.md

@@ -3,6 +3,10 @@
 LAMP is an archetypal model of web service stacks, named as an acronym of the names of its original four open-source components: the Linux operating system,
 the Apache HTTP Server, the MySQL relational database management system (RDBMS), and the PHP programming language.
 
+### SFTP
+
+This app also bundles [ProFTPD](http://www.proftpd.org/) which provides `sftp://` access. Use your preferred ftp client to manage all files on the server. The `public` folder contains your PHP files. You will find `php.ini` at the root directory.
+
 
 ### Remote Terminal
 
@@ -10,11 +14,6 @@ Use `cloudron exec` for a remote shell connection into the app to adjust configu
 See [here](https://cloudron.io/references/cli.html) for how to get the `cloudron` command line tool.
 
 
-### File System Access
-
-This app also bundles [ProFTPD](http://www.proftpd.org/) which provides `sftp://` access. Use your preferred ftp client to manage all files on the server.
-
-
 ### Execution Environment
 
 If you want to run for example a custom WordPress within this app, please note that the code will run behind a nginx proxy.