1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pleroma_ynh.git synced 2024-09-03 20:15:59 +02:00
This commit is contained in:
yalh76 2020-05-29 13:19:53 +02:00
parent 8fe8600f61
commit 26cde22f59
3 changed files with 3 additions and 2 deletions

View file

@ -8,4 +8,4 @@ config :pleroma, :ldap,
tls: false,
# tlsopts: [],
base: "ou=users,dc=yunohost,dc=org",
uid: "cn"
uid: "uid"

View file

@ -10,6 +10,7 @@
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:__PORT__;

View file

@ -216,7 +216,7 @@ pushd $final_path/$app
--db-configurable Y"
popd
cat "../conf/ldap.exs" "$config"
cat "../conf/ldap.exs" >> "$config"
pushd $final_path/$app