diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 7073109..c43fdd9 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -5,7 +5,7 @@ http { server { listen __PORT__; - server_name ttlsh-router-ad2906be5f15.herokuapp.com; + server_name router.ttl.sh; location / { root /usr/share/nginx/html; @@ -16,7 +16,7 @@ http { return 401; } - location /v2/ { + location /v2 { client_max_body_size 10000m; proxy_pass https://ttl.sh;