Skip to content
Snippets Groups Projects
Commit 8a2b0507 authored by Holger Levsen's avatar Holger Levsen
Browse files

i386.reproduce.debian.net: run on a public port to allow external workers

parent 9170361b
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ http {
location /api/ {
proxy_pass http://127.0.0.1:8484;
proxy_pass https://i386.reproduce.debian.net:8484;
}
location /stats/ {
......
## The rebuilderd to connect to
endpoint = "http://127.0.0.1:8484"
endpoint = "https://i386.reproduce.debian.net:8484"
## The server would either allowlist our key or require a signup secret
#signup_secret = "your_signup_key"
......
## Configuration for http daemon
#[http]
[http]
## The address to bind to. This is 127.0.0.1:8484 by default.
#bind_addr = "i386.reproduce.debian.net:8484"
bind_addr = "i386.reproduce.debian.net:8484"
## If you use a reverse proxy, use this header instead of the actual connecting ip.
## Make sure the reverse proxy has filters in place to prevent spoofing issues.
#real_ip_header = "X-Real-IP"
......
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