discord-webhook-proxy/nginx-config
2026-01-09 12:22:06 +01:00

7 lines
No EOL
187 B
Text

location /webhook {
proxy_pass http://hookshotbot-ip:8000;
}
location ~ ^/webhook/([^/]+)/discord$ {
proxy_pass http://webhook-proxy-ip:9139/webhook/$1;
}