Commit 8397e07d by Chif Gergő

Merge branch 'fix-file-upload' into 'DEV'

Fix file upload

See merge request !28
parents 34b1ad89 711a313a
Pipeline #1336 passed with stages
in 5 minutes 50 seconds
......@@ -14,6 +14,8 @@ server {
listen 80;
client_max_body_size 16384M;
location /admin {
proxy_pass http://recircle;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment