Changing File Size Limit 10 mbs to 50 mbs

Special greetings, depending on the time of day when reading this message.

I have an ova virtual machine in production with the bitnami version of ERP Next 13.4.1-0
I’ve been having difficulty increasing the default upload limit from 10mbs to 50mbs, I read some posts about adding a command line:

“max_file_size”: 50000000
in
/opt/bitnami/erpnext/frappe-bench/sites/erpnext/site_config.json

in this file have
GNU nano 5.4 site_config.json
{
“db_host”: “127.0.0.1”,
“db_name”: “bitnami_erpnext”,
“db_password”: “xxxxxxxxxxxxxxxxxx”,
“db_port”: 3306,
“db_type”: “mariadb”,
“host_name”: “‘http://localhost’”
}

/opt/bitnami/erpnext/frappe-bench/sites

{
“background_workers”: 1,
“file_watcher_port”: 6787,
“frappe_user”: “daemon”,
“gunicorn_workers”: 17,
“live_reload”: true,
“rebase_on_pull”: false,
“redis_cache”: “redis://localhost:13000”,
“redis_queue”: “redis://localhost:11000”,
“redis_socketio”: “redis://localhost:13000”,
“restart_supervisor_on_update”: false,
“restart_systemd_on_update”: false,
“serve_default_site”: true,
“shallow_clone”: true,
“socketio_port”: “9000”,
“use_redis_auth”: false,
“webserver_port”: 8000

}

Both give an error and the page doesn’t open :frowning:

:frowning: someone please help me

What error are you getting?

Do share your file with your changes, masking senstive information.