diff --git a/README.md b/README.md index 12373db..33287ca 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,7 @@ The following variables are not used by default, but can be [enabled in your cus - `CONFIG_PATH` -### Adjusting nginx or php-fpm settings - -You can attach your own `php.ini` or nginx configuration files to the folders `/etc/php/conf.d/` and `/etc/nginx/http.d/` respectively. This would for example let you adjust the maximum size these two services accept for file uploads, if you need more then the default 10 MiB. - -### Timezone settings +##### Timezone settings The image supports the use of the following two environment variables to adjust the timezone. This is most useful to ensure the logs show the correct local time. @@ -110,6 +106,10 @@ The image supports the use of the following two environment variables to adjust Note: The application internally handles expiration of pastes based on a UNIX timestamp that is calculated based on the timezone set during its creation. Changing the PHP_TZ will affect this and leads to earlier (if the timezone is increased) or later (if it is decreased) expiration then expected. +### Adjusting nginx or php-fpm settings + +You can attach your own `php.ini` or nginx configuration files to the folders `/etc/php/conf.d/` and `/etc/nginx/http.d/` respectively. This would for example let you adjust the maximum size these two services accept for file uploads, if you need more then the default 10 MiB. + ### Kubernetes deployment Below is an example deployment for Kubernetes.