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

mailman: add missing user-profile path

parent 85755f9e
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ server {
uwsgi_pass unix:/run/uwsgi/mailman.sock;
}
location ~ ^/(static|mailman3|archives|accounts|admin3)($|/) {
location ~ ^/(static|mailman3|archives|user-profile|accounts|admin3)($|/) {
proxy_pass http://{{ hostvars['mailman3.archlinux.org']['wireguard_address'] }};
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