Add nginx-config

This commit is contained in:
Blackwhitebear8 2026-01-09 12:22:06 +01:00
parent 761c5693e1
commit cb4622abf1

7
nginx-config Normal file
View 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;
}