Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pâquerette
Infrastructure
Ansible Pâquerette
Commits
b480bd44
Commit
b480bd44
authored
Nov 07, 2022
by
Julien Gomes Dias
Browse files
Fix bug in uploads
https://github.com/RocketChat/Rocket.Chat/issues/8575
parent
2513a703
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/rocketchat_instance/templates/nginx_rocketchat.j2
View file @
b480bd44
...
...
@@ -47,7 +47,7 @@ server {
error_log {{ www_log | mandatory }}/{{ app_instance_id }}/error.log;
# set max upload size
#
client_max_body_size 512M;
client_max_body_size 512M;
location / {
proxy_pass http://backend{{ app_instance_id }}/;
...
...
@@ -63,4 +63,4 @@ server {
proxy_redirect off;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment