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;
|
||||
'';
|
||||
};
|
||||
"/_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;
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue