Skip to content

Commit

Permalink
Merge pull request #80 from vimc/proxy-bots
Browse files Browse the repository at this point in the history
Fix proxy location of naomi bot
  • Loading branch information
r-ash authored Mar 1, 2023
2 parents cc80b51 + c23a994 commit 60e7e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.montagu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ server {
# Resolving dynamically for the same reason as above
location /naomi-bot/ {
resolver 127.0.0.11 valid=30s;
set $webhook http://support.montagu.dide.ic.ac.uk:4568/naomi-bot/;
set $webhook http://wpia-bots.dide.ic.ac.uk:4568/naomi-bot/;
proxy_pass $webhook;
}
}
Expand Down

0 comments on commit 60e7e55

Please sign in to comment.