Skip to content
Snippets Groups Projects
Commit 51446eee authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Don't hardcode lists domain

parent 1f10bc70
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !437. Comments created here will be created in the context of that merge request.
......@@ -52,7 +52,7 @@ server {
location ~ ^/(static|mailman3|archives|accounts|admin3)($|/) {
proxy_pass http://{{ hostvars['mailman3.archlinux.org']['wireguard_address'] }};
proxy_set_header Host lists.archlinux.org;
proxy_set_header Host {{ lists_domain }};
proxy_set_header X-Forwarded-For $remote_addr;
}
......
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