From 0b956e4dff8b2b8509d7f5f450403b95c4ef513f Mon Sep 17 00:00:00 2001 From: Salah Al Saleh Date: Fri, 15 Mar 2024 11:10:48 -0700 Subject: [PATCH] use heroku domains (#138) --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 65c84f0..099126c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -7,7 +7,7 @@ http { location /v2 { client_max_body_size 10000m; - proxy_pass http://registry; + proxy_pass https://web.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;