Add nginx-config
This commit is contained in:
parent
761c5693e1
commit
cb4622abf1
1 changed files with 7 additions and 0 deletions
7
nginx-config
Normal file
7
nginx-config
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
location /webhook {
|
||||
proxy_pass http://hookshotbot-ip:8000;
|
||||
}
|
||||
|
||||
location ~ ^/webhook/([^/]+)/discord$ {
|
||||
proxy_pass http://webhook-proxy-ip:9139/webhook/$1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue