mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-07-10 22:59:19 +00:00
use router.ttl.sh hostname (#147)
This commit is contained in:
@@ -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;
|
||||
@@ -16,7 +16,7 @@ http {
|
||||
return 401;
|
||||
}
|
||||
|
||||
location /v2/ {
|
||||
location /v2 {
|
||||
client_max_body_size 10000m;
|
||||
|
||||
proxy_pass https://ttl.sh;
|
||||
|
||||
Reference in New Issue
Block a user