Skip to content
Snippets Groups Projects
Commit 0745400a authored by nimrod's avatar nimrod
Browse files

Web proxy: Config for uppush in NextCloud.

parent 2eb0a02c
No related branches found
No related tags found
No related merge requests found
Pipeline #4224 failed
......@@ -29,5 +29,11 @@ server {
include snippets/proxy-headers.conf;
proxy_hide_header X-Frame-Options;
client_max_body_size 512m;
# For NextPush.
proxy_buffering off;
proxy_connect_timeout 10m;
proxy_read_timeout 10m;
proxy_send_timeout 10m;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment