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