diff --git a/nginx.conf b/nginx.conf index 14fe24d..7fbffa1 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ upstream website { } server { - server_name thumbor.thumborize.me; + server_name thumbor.thumborize.globo.com; location / { proxy_pass http://backend; @@ -18,7 +18,7 @@ server { } server { - server_name thumborize.me; + server_name thumborize.globo.com; location / { proxy_pass http://website; diff --git a/supervisor.conf b/supervisor.conf index 25b7229..716b18a 100644 --- a/supervisor.conf +++ b/supervisor.conf @@ -4,7 +4,7 @@ logfile_maxbytes = 50MB logfile_backups=10 loglevel = info pidfile = /tmp/supervisord.pid -environment = HOST="http://thumborize.me",THUMBOR_HOST="http://thumbor.thumborize.me" +environment = HOST="http://thumborize.globo.com",THUMBOR_HOST="http://thumbor.thumborize.globo.com" [program:thumbor] command=thumbor --port=800%(process_num)s --conf=/etc/thumbor.conf