forked from exozyme/nginx
Reformat configs
This commit is contained in:
parent
f96d3d1af7
commit
8dba978836
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue