Commit 711a313a by Chif Gergő

Add upload maximum file size in nginx

parent 34b1ad89
Pipeline #1329 passed with stages
in 14 seconds
...@@ -14,6 +14,8 @@ server { ...@@ -14,6 +14,8 @@ server {
listen 80; listen 80;
client_max_body_size 16384M;
location /admin { location /admin {
proxy_pass http://recircle; proxy_pass http://recircle;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; 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