How to increase upload_max_filesize when i can't find php.ini?
Opened this issue · 1 comments
System Info
- PHP Version:8.3.7
- XBackBone Version:v3.7.0
- Webserver: Nginx base on the app installed from casaos
- Database backend: mysql
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:
- /DATA/AppData/xbackbone/*
- login to docker, in /app/*
- the docs on the github
- page on http://mydomain/system
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
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.