diff options
author | nodiscc <nodiscc@gmail.com> | 2020-04-11 13:06:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 13:06:30 +0000 |
commit | 752bc4c5e6a2e525e3b714abfa24e1aa7f6c71ff (patch) | |
tree | b4760a89aa16b8d5593fef73d43e062ef8c9bf8f /doc/md/Server-configuration.md | |
parent | 810f0f6c96b6d26e22164027185c5996b425816c (diff) | |
parent | 2dd6ecb126ed5dd18d9c46ae892a440986239cab (diff) | |
download | Shaarli-752bc4c5e6a2e525e3b714abfa24e1aa7f6c71ff.tar.gz Shaarli-752bc4c5e6a2e525e3b714abfa24e1aa7f6c71ff.tar.zst Shaarli-752bc4c5e6a2e525e3b714abfa24e1aa7f6c71ff.zip |
Merge pull request #1403 from shaarli/doc-composer
doc: simplify composer installation procedure, merge Unit tests related pages, reword/shorten, fix references to old php versions
Diffstat (limited to 'doc/md/Server-configuration.md')
-rw-r--r-- | doc/md/Server-configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/Server-configuration.md b/doc/md/Server-configuration.md index bd293c37..f9ea2ed2 100644 --- a/doc/md/Server-configuration.md +++ b/doc/md/Server-configuration.md | |||
@@ -187,7 +187,7 @@ http { | |||
187 | ``` | 187 | ``` |
188 | 188 | ||
189 | ```ini | 189 | ```ini |
190 | # /etc/php5/fpm/php.ini | 190 | # /etc/php/<PHP_VERSION>/fpm/php.ini |
191 | 191 | ||
192 | [...] | 192 | [...] |
193 | post_max_size = 10M | 193 | post_max_size = 10M |