parse new video in new go function
validate extension on server to allow only videos
This commit is contained in:
@ -13,7 +13,7 @@ server {
|
||||
try_files $uri /index.html;
|
||||
}
|
||||
|
||||
location ~* ^/(api/|token) {
|
||||
location ~* ^/(api) {
|
||||
client_max_body_size 10G;
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
}
|
||||
|
Reference in New Issue
Block a user