From 50ae487ea6e5c73decad42e4dc9bb63d7d07a79c Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Mon, 18 Mar 2024 11:27:03 -0700 Subject: [PATCH] use router.ttl.sh hostname (#147) --- nginx/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;