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

Set X-Real-IP header for both location points

rebuilderd requires an X-Real-IP to be set if configured.
parent ba4ab45a
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ server {
location /api/v0/build/report {
client_max_body_size 20M;
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