1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Update endpoint.nginx.conf

This commit is contained in:
ericgaspar 2023-02-18 12:47:27 +01:00
parent f4a7ef78fc
commit 8943b1a751

View file

@ -1,4 +1,4 @@
location ~ ^(/_matrix|/_synapse/client) {
location /_synapse/admin {
proxy_pass http://127.0.0.1:__SYNAPSE_PORT__;
proxy_set_header X-Forwarded-For $remote_addr;