浏览代码

Move sftp section up

Girish Ramakrishnan 8 年之前
父节点
当前提交
2304fdabb4
共有 1 个文件被更改,包括 4 次插入5 次删除
  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,
 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.
 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
 ### 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.
 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
 ### 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.
 If you want to run for example a custom WordPress within this app, please note that the code will run behind a nginx proxy.