sergix44 / XBackBone

A lightweight file manager with full ShareX support and more
https://xbackbone.app
GNU Affero General Public License v3.0
964 stars 79 forks source link

How to increase upload_max_filesize when i can't find php.ini? #573

Open katfionn opened 1 month ago

katfionn commented 1 month ago

System Info

Describe the bug I deploy on casaos, and used default config of the casaos, now i tried to find the "php.ini" file that doc talked about, but i can't find it anywhere. Here are the places i tried:

To Reproduce Steps to reproduce the behavior: None

Expected behavior I wish to know what is php.ini looks like and how to understand to config it.

Screenshots

Logs None

Manriel commented 1 month ago

Not a bug.

If you are using the linuxserver docker image, look at the following documentation to find, where config files located are.

If you are using any different docker image, follow official php documentation and docker documentation to understand, how to locate your config files inside the container and map your custom versions of config files to the docker container and fix your issue.