matej-kaska / ujepsoft

3 stars 0 forks source link

Files/Attachments - UJEP server vs Localhost #53

Closed jmoravec01 closed 5 days ago

jmoravec01 commented 1 week ago
LOCALHOST

Localhost is behaving normally - limiting files up to 512MB. - example of VirtualBox.exe with 107MB of size - I can add it 4x times and at the fifth time I get error (works WELL) - I can still create "nabídku" even after this error ![image](https://github.com/user-attachments/assets/b85bd41c-50ff-4752-80d9-25144cdfe448) - this is not working on SERVER, but it is working on LOCALHOST ![image](https://github.com/user-attachments/assets/765f031a-4aeb-438d-b3f8-c65e09e36012)

UJEP server

1 - not the same result as Localhost

Server is working weirdly - limiting files up to 512 MB (sometimes). - if I want to add 4x VirtualBox.exe, it says error ![image](https://github.com/user-attachments/assets/114b96e3-85b7-4944-81af-73ee745bed1c)

2 - only one file to be able to create "nabídka" - extends number 1

- after deleting few files (deleting 2 same files, leaving us with just 2), getting the error - I am forced to delete all files and keep just 1 out of 4 ![image](https://github.com/user-attachments/assets/dbfd38b8-f69b-44c2-8960-8662198dfa5d)

3 - different files

- if you want to add for example 4 different files (together about 208MB) it won´t accept it ![image](https://github.com/user-attachments/assets/1d35c8a4-025d-467c-b254-98ede2aa09bb)

4 - number of files - extends number 3

- you are forced to lower the number of files to 3 different ![image](https://github.com/user-attachments/assets/c8d47877-25f8-4a99-b03d-3dc836a200d4)

jmoravec01 commented 1 week ago

Will test it more deeply and try to create some table of "how many xy, ...".

jmoravec01 commented 5 days ago

Fixed by @Boubik . NGINX problem.