use heroku domains (#138)

This commit is contained in:
Salah Al Saleh
2024-03-15 11:10:48 -07:00
committed by GitHub
parent 72304f0ac4
commit 0b956e4dff

View File

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