Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
fresh
Commits
a37331d08afe
Commit
58b71dd9
authored
Oct 29, 2019
by
Philippe Pepiot
Browse files
Set client_max_body_size to 100M
To allow larger uploads.
parent
7a6ee2c57def
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploy/deployment.yaml
View file @
a37331d0
...
...
@@ -9,6 +9,7 @@ data:
listen 8000 default_server;
root /etc/cubicweb.d/fresh/data;
rewrite ^/fresh/(.*) /$1 last;
client_max_body_size 100M;
location / {
proxy_pass http://127.0.0.1:8080;
...
...
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