Added request_id in webhook responses.
This commit is contained in:
@@ -34,6 +34,8 @@ http {
|
||||
error_log /dev/stderr warn;
|
||||
access_log /dev/stdout traceable;
|
||||
|
||||
add_header X-Request-Id $request_id always;
|
||||
|
||||
root /app/public;
|
||||
|
||||
index index.html index.php;
|
||||
@@ -71,6 +73,7 @@ http {
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
}
|
||||
|
||||
|
||||
location ~ /\.ht {
|
||||
deny all;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user