Support edition upload in nginx
This commit is contained in:
parent
22e909224c
commit
5357ce9347
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ server {
|
|||
try_files /dev/null @api;
|
||||
}
|
||||
|
||||
location = /api/v1/videos/upload {
|
||||
location ~ ^/api/v1/videos/(upload|([^/]+/editor/edit))$ {
|
||||
limit_except POST HEAD { deny all; }
|
||||
|
||||
# This is the maximum upload size, which roughly matches the maximum size of a video file.
|
||||
|
|
Loading…
Reference in a new issue