From cb4622abf1e4d3809075ec515c006ed28ae2d1e2 Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Fri, 9 Jan 2026 12:22:06 +0100 Subject: [PATCH] Add nginx-config --- nginx-config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nginx-config diff --git a/nginx-config b/nginx-config new file mode 100644 index 0000000..cf61f7d --- /dev/null +++ b/nginx-config @@ -0,0 +1,7 @@ + location /webhook { + proxy_pass http://hookshotbot-ip:8000; + } + + location ~ ^/webhook/([^/]+)/discord$ { + proxy_pass http://webhook-proxy-ip:9139/webhook/$1; + } \ No newline at end of file