use router.ttl.sh hostname (#147)

This commit is contained in:
Salah Al Saleh
2024-03-18 11:27:03 -07:00
committed by GitHub
parent d940bb3f09
commit 50ae487ea6

View File

@@ -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;