From 0a22eb7be1d570fff895e141995013ac4f7ffaca Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 13 Apr 2023 20:38:00 +0200 Subject: [PATCH] Bot Updating Documentation --- images/docker-snipe-it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/docker-snipe-it.md b/images/docker-snipe-it.md index 88281926c..f086ea7d1 100644 --- a/images/docker-snipe-it.md +++ b/images/docker-snipe-it.md @@ -69,7 +69,7 @@ The application accepts a series of environment variables to further customize i This image uses our NGINX base image all configuration files for PHP and NGINX are located in `/config/php`. To overide any defaults please modify `/config/php/php-local.ini` IE for upload size: ``` -upload_max_filesize = 16 +upload_max_filesize = 16M post_max_size = 16M ```