Skip to content

Commit

Permalink
use router.ttl.sh hostname (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Mar 18, 2024
1 parent d940bb3 commit 50ae487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ http {

server {
listen __PORT__;
server_name ttlsh-router-ad2906be5f15.herokuapp.com;
server_name router.ttl.sh;

location / {
root /usr/share/nginx/html;
Expand All @@ -16,7 +16,7 @@ http {
return 401;
}

location /v2/ {
location /v2 {
client_max_body_size 10000m;

proxy_pass https://ttl.sh;
Expand Down

0 comments on commit 50ae487

Please sign in to comment.