Skip to content

Commit

Permalink
Ajust dns thumborize.me to thumborizeme.globo.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fbtravi committed Jan 27, 2023
1 parent 6d3840f commit 2866d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ upstream website {
}

server {
server_name thumbor.thumborize.me;
server_name thumbor.thumborize.globo.com;

location / {
proxy_pass http://backend;
}
}

server {
server_name thumborize.me;
server_name thumborize.globo.com;

location / {
proxy_pass http://website;
Expand Down
2 changes: 1 addition & 1 deletion supervisor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2866d08

Please sign in to comment.