Skip to content
Snippets Groups Projects
Verified Commit b0b40b64 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Set X-Real-IP header for rebuilderd

Rebuilderd since 0.6.0 supports the X-Real-IP header to show what
builder is working on a task.
parent 3daa1174
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ server {
}
location /api {
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://127.0.0.1:8484;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment