Browse Source

back/configuration: add /config.ini HTTP endpoint

Miraty 1 năm trước cách đây
mục cha
commit
a7a22658a5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      back/configuration.en.md

+ 2 - 0
back/configuration.en.md

@@ -2,6 +2,8 @@
 
 
 This document describes the ServNest configuration directives that are part of `config.ini` (distributed as `config.template.ini`). It's an INI file, parsed by [PHP's `parse_ini_file` function](https://www.php.net/manual/function.parse-ini-file.php). Every directive is expected to be present.
 This document describes the ServNest configuration directives that are part of `config.ini` (distributed as `config.template.ini`). It's an INI file, parsed by [PHP's `parse_ini_file` function](https://www.php.net/manual/function.parse-ini-file.php). Every directive is expected to be present.
 
 
+This file is automatically published using HTTP as `/config.ini`.
+
 ## `[common]`
 ## `[common]`
 
 
 ### `public_domains[]`
 ### `public_domains[]`