diff options
| author | nemsia <nemsia@nemsia.org> | 2017-04-24 23:59:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-24 23:59:53 +0200 |
| commit | 838f971cf453fe5d92b34531c9c87e59a891ae7d (patch) | |
| tree | bc0be0e38e1675bb6716cc3cad74cc9b744a553c /conf/nginx.conf | |
| parent | a087f72f4a140ea822b52947aa6ee025b78e1fdd (diff) | |
| parent | 2db58a55776e45e1f1fa49411ba07cd9a9cd653a (diff) | |
| download | mastodon_ynh-838f971cf453fe5d92b34531c9c87e59a891ae7d.tar.gz mastodon_ynh-838f971cf453fe5d92b34531c9c87e59a891ae7d.tar.bz2 mastodon_ynh-838f971cf453fe5d92b34531c9c87e59a891ae7d.zip | |
Merge pull request #3 from YunoHost-Apps/master
update
Diffstat (limited to 'conf/nginx.conf')
| -rw-r--r-- | conf/nginx.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf index d8f0904..0d48dc5 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,3 +1,6 @@ +# upload max size +client_max_body_size 100M; + location / { if ($scheme = http) { @@ -37,4 +40,4 @@ location /api/v1/streaming { proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; tcp_nodelay on; -}
\ No newline at end of file +} |
