mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user