Setup webhooks in hookshot
This commit is contained in:
parent
f694729ae8
commit
3486f6feb3
2 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
proxy_set_header X-Forwarded-Ssl on;
|
proxy_set_header X-Forwarded-Ssl on;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"/_hookshot" = {
|
"~ ^/_hookshot/(.*)" = {
|
||||||
proxyPass = "http://127.0.0.1:9000";
|
proxyPass = "http://127.0.0.1:9000/$1";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
proxy_set_header X-Forwarded-Ssl on;
|
proxy_set_header X-Forwarded-Ssl on;
|
||||||
'';
|
'';
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue