Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add setting to nginx configuration to allow larger file uploads #7251

Merged
merged 3 commits into from
Apr 13, 2020

Commits on Apr 8, 2020

  1. Add setting to nginx configuration to allow larger file uploads

    Nginx defaults to only allow file uploads up to 1MB while synapse allows up to 10MB by default. Added a line to the nginx configuration to increase the limit with a note about how to use the setting and having a default value to match synapse's default.
    ProCycleDev authored Apr 8, 2020
    Configuration menu
    Copy the full SHA
    c266ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3acc73 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Update changelog entry

    anoadragon453 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    d1d39a8 View commit details
    Browse the repository at this point in the history