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