Merge 173724474c into 16808588ca
This commit is contained in:
commit
95758d0256
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
CMD=./nginx-ldap-auth-daemon.py
|
||||
PIDFILE=./nginx-ldap-auth-daemon.pid
|
||||
CMD=`pwd`/nginx-ldap-auth-daemon.py
|
||||
PIDFILE=`pwd`/nginx-ldap-auth-daemon.pid
|
||||
|
||||
case $1 in
|
||||
"start")
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ http {
|
|||
# NGINX/NGINX Plus listen on port 8081 for requests that require
|
||||
# authentication. Change the port number as appropriate.
|
||||
server {
|
||||
listen 127.0.0.1:8081;
|
||||
listen 8081;
|
||||
|
||||
# Protected application
|
||||
location / {
|
||||
|
|
|
|||
Loading…
Reference in New Issue