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

@ -7,7 +7,7 @@ server {
listen 80; listen 80;
listen [::]:80; listen [::]:80;
server_name tube.exozy.me; server_name tube.exozy.me;
location / { location / {
return 301 https://$host$request_uri; return 301 https://$host$request_uri;
} }
@ -75,9 +75,9 @@ server {
location / { location / {
try_files /dev/null @api; try_files /dev/null @api;
} }
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;