Compare commits
2 Commits
38fdfa2faf
...
d8839d6b2e
| Author | SHA1 | Date | |
|---|---|---|---|
| d8839d6b2e | |||
| b88a2e1c6e |
@@ -17,3 +17,5 @@ bind_addr = "[::]:3902"
|
||||
root_domain = ".web.garage"
|
||||
index = "index.html"
|
||||
|
||||
[admin]
|
||||
api_bind_addr = "[::]:3903"
|
||||
|
||||
@@ -27,6 +27,7 @@ server {
|
||||
client_max_body_size 20G;
|
||||
# Stream uploads directly to Nextcloud instead of buffering to disk first
|
||||
proxy_request_buffering off;
|
||||
proxy_buffering off;
|
||||
|
||||
set $upstream_nextcloud http://nextcloud:80;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user