I can't upload files to my storage program if I need help.
Ssh startup log:
[myname@s7]:<~/domains/Mydomain/public_html>$ ./alist server
INFO[2024-07-23 18:38:35] reading config file: data/config.json
INFO[2024-07-23 18:38:35] load config from env with prefix: ALIST_
INFO[2024-07-23 18:38:35] init logrus...
WARN[2024-07-23 18:38:37] init tool aria2 failed: failed to init aria2 client: invalid parameter
INFO[2024-07-23 18:38:37] init tool SimpleHttp success: ok
WARN[2024-07-23 18:38:37] init tool qBittorrent failed: Post "api/v2/auth/login": unsupported protocol scheme ""
INFO[2024-07-23 18:38:37] init tool pikpak success: ok
INFO[2024-07-23 18:38:37] start HTTPS server @ 127.0.0.1:My port
INFO[2024-07-23 18:38:37] success load storage: [/], driver: [WebDav], order: [0]
There is no problem above, but when I upload the file, the webpage reminds me: "Request failed with status code 413". I saw the file configuration of user.ini in the forum, and after I studied it, And created it under domains/ my domain name /public_html and filled in the size of upload _ max _ filesize = 2g post _ max _ size = 2g, but it didn't seem to take effect.
The uploaded file size is 200M.