Added request_id in webhook responses.

This commit is contained in:
Abdulmhsen B. A. A
2022-06-22 22:46:02 +03:00
parent f47d516498
commit 318f714c9d

View File

@@ -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;
}