Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
webservices
discourse-cern
Commits
ac179763
Commit
ac179763
authored
Apr 08, 2021
by
Ismael Posada Trobo
Browse files
Increase client_max_body_size to 100MB
parent
efbc91ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/discourse-nginx.conf
View file @
ac179763
...
...
@@ -40,7 +40,7 @@ server {
keepalive_timeout
25
;
# maximum file upload size (keep up to date when changing the corresponding site setting)
client_max_body_size
10
m
;
client_max_body_size
10
0
m
;
# path to discourse's public directory
set
$
public
/
discourse
/
public
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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