Skip to content

Commit

Permalink
Use heroku's app domain (#139)
Browse files Browse the repository at this point in the history
* Use heroku's app domain

* no port
  • Loading branch information
sgalsaleh authored Mar 15, 2024
1 parent 0b956e4 commit b186cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b186cc1

Please sign in to comment.