Skip to content

Instantly share code, notes, and snippets.

@alex700
alex700 / phpldapadmin.conf
Created October 11, 2018 21:33
Nginx Config for phpldapadmin
server {
listen 80;
server_name localhost;
# application: phpldapadmin
location /phpldapadmin {
alias /usr/share/phpldapadmin/htdocs;
index index.php index.html index.htm;