mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-03 16:40:20 +00:00
Add tn conf
This commit is contained in:
@ -83,6 +83,14 @@ server {
|
|||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /relay {
|
||||||
|
proxy_pass http://127.0.0.1:7778;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
proxy_set_header Connection "Upgrade";
|
||||||
|
proxy_set_header Host $host;
|
||||||
|
}
|
||||||
|
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user