Skip to content
Snippets Groups Projects
Verified Commit ce4de085 authored by pigeonmoelleux's avatar pigeonmoelleux 💬
Browse files

Ajout endpoint admin

parent fbafd62a
No related branches found
No related tags found
No related merge requests found
......@@ -176,5 +176,14 @@
proxy_set_header Host $host;
'';
};
locations."/_synapse/admin" = {
proxyPass = "http://localhost:8008";
extraConfig = ''
proxy_set_header X-Forwarded-For $remote_addr;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $host;
'';
};
};
}
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