|
|
@@ -8,6 +8,10 @@ server {
|
|
|
location = /robots.txt {
|
|
|
alias /code/web/norobots.txt;
|
|
|
}
|
|
|
+ set $temp_request_id $http_x_request_id;
|
|
|
+ if ($temp_request_id = "") {
|
|
|
+ set $temp_request_id $request_id;
|
|
|
+ }
|
|
|
location / {
|
|
|
proxy_pass http://git/;
|
|
|
proxy_set_header Host $http_host;
|