From 8dba978836438f8e6cd8c716764a946e36a6d06b Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 16 Jun 2021 22:16:54 -0500 Subject: [PATCH] Reformat configs --- tube.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tube.conf b/tube.conf index 070b98f..94640c9 100644 --- a/tube.conf +++ b/tube.conf @@ -7,7 +7,7 @@ server { listen 80; listen [::]:80; server_name tube.exozy.me; - + location / { return 301 https://$host$request_uri; } @@ -75,9 +75,9 @@ server { location / { try_files /dev/null @api; } - + location = /api/v1/videos/upload-resumable { - client_max_body_size 0; + client_max_body_size 0; proxy_request_buffering off; try_files /dev/null @api;