Use heroku's app domain (#139)

* Use heroku's app domain

* no port
This commit is contained in:
Salah Al Saleh
2024-03-15 11:15:33 -07:00
committed by GitHub
parent 0b956e4dff
commit b186cc1679

View File

@@ -7,7 +7,7 @@ http {
location /v2 {
client_max_body_size 10000m;
proxy_pass https://web.ttlsh.herokuapp.com;
proxy_pass https://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;