Merge pull request #55 from linuxserver/drizuid-patch-1

correct typo in readme
This commit is contained in:
Eric Nemchik 2023-04-13 13:36:19 -05:00 committed by GitHub
commit 2f5a2d3d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,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
```

View File

@ -69,7 +69,7 @@ app_setup_block: |
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
```