Reformat configs

This commit is contained in:
Anthony Wang 2021-06-16 22:16:54 -05:00
parent f96d3d1af7
commit 8dba978836
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -77,7 +77,7 @@ server {
} }
location = /api/v1/videos/upload-resumable { location = /api/v1/videos/upload-resumable {
client_max_body_size 0; client_max_body_size 0;
proxy_request_buffering off; proxy_request_buffering off;
try_files /dev/null @api; try_files /dev/null @api;