Infini-DL360/copyparty: remove upload restriction
This commit is contained in:
parent
6adab5bc47
commit
f61c0c0e58
1 changed files with 4 additions and 0 deletions
|
@ -49,6 +49,8 @@ in
|
||||||
proxyPass = "http://localhost:3923";
|
proxyPass = "http://localhost:3923";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
client_max_body_size 0;
|
||||||
|
|
||||||
auth_request /outpost.goauthentik.io/auth/nginx;
|
auth_request /outpost.goauthentik.io/auth/nginx;
|
||||||
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
||||||
add_header Set-Cookie $auth_cookie;
|
add_header Set-Cookie $auth_cookie;
|
||||||
|
@ -61,6 +63,8 @@ in
|
||||||
locations."/outpost.goauthentik.io" = {
|
locations."/outpost.goauthentik.io" = {
|
||||||
proxyPass = "${authentik_internal}/outpost.goauthentik.io";
|
proxyPass = "${authentik_internal}/outpost.goauthentik.io";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
client_max_body_size 0;
|
||||||
|
|
||||||
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
|
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
|
||||||
add_header Set-Cookie $auth_cookie;
|
add_header Set-Cookie $auth_cookie;
|
||||||
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
auth_request_set $auth_cookie $upstream_http_set_cookie;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue