Skip to content

Commit 14a8bf3

Browse files
committed
Update guide.txt
1 parent dcb2342 commit 14a8bf3

File tree

1 file changed

+1
-1
lines changed
  • content/docs/1_guide/12_configuration

1 file changed

+1
-1
lines changed

content/docs/1_guide/12_configuration/guide.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ echo $kirby->render();
237237

238238
In our Starterkit, we offer a flat setup that installs all folders directly in the document root of your server. This is not always the best solution, but it's the solution that is most compatible with all types of hosting.
239239

240-
Some websites have sensitive files that must not be served by the webserver (nginx, apache, etc) but instead must be served securely by the application (Kirby). For proper security, this means the sensitive files must not be hosted in the document root, but instead must be outside the reach of the webserver. The common way to do this is to put directories of sensitive files one level *above* the document root (at the same level as the document root) so that the webserver cannot accidentlly serve them.
240+
Some websites have sensitive files that must not be served by the webserver (Nginx, Apache, etc) but instead must be served securely by the application (Kirby). For proper security, this means the sensitive files must not be hosted in the document root, but instead must be outside the reach of the webserver. The common way to do this is to put directories of sensitive files one level *above* the document root (at the same level as the document root) so that the webserver cannot accidentlly serve them.
241241

242242
#### index.php
243243

0 commit comments

Comments
 (0)