diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 099126c..ee08f02 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -7,7 +7,7 @@ http { location /v2 { client_max_body_size 10000m; - proxy_pass https://web.ttlsh.herokuapp.com; + proxy_pass https://ttlsh.herokuapp.com; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;