Skip to content

Commit

Permalink
Merge pull request #6 from thumbor/ajust_dns
Browse files Browse the repository at this point in the history
Ajust dns thumborize.me to thumborizeme.globo.com
  • Loading branch information
RaphaelVRossi authored Jan 30, 2023
2 parents 6d3840f + 2866d08 commit 6dd7fde
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 6dd7fde

Please sign in to comment.