mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-13 12:33:23 +02:00
.
This commit is contained in:
parent
1af919bed4
commit
ee812c4e69
1 changed files with 6 additions and 0 deletions
|
|
@ -102,6 +102,12 @@ location / {
|
|||
proxy_set_header Host $host;
|
||||
proxy_cache_bypass $http_upgrade;
|
||||
}
|
||||
|
||||
```
|
||||
Add `client_max_body_size` just below the `location / { }` block to enable attachment uploads up to 100M.
|
||||
|
||||
```bash
|
||||
client_max_body_size 100M;
|
||||
```
|
||||
|
||||
Restart `nginx`, then access your domain (or IP address) in your browser.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue