Setup webhooks in hookshot

This commit is contained in:
Charlotte Van Petegem 2023-02-19 14:50:34 +01:00
parent f694729ae8
commit 3486f6feb3
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 2 additions and 2 deletions

View file

@ -25,8 +25,8 @@
proxy_set_header X-Forwarded-Ssl on;
'';
};
"/_hookshot" = {
proxyPass = "http://127.0.0.1:9000";
"~ ^/_hookshot/(.*)" = {
proxyPass = "http://127.0.0.1:9000/$1";
extraConfig = ''
proxy_set_header X-Forwarded-Ssl on;
'';