Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
lemonldap-ng
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
246
Issues
246
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LemonLDAP NG
lemonldap-ng
Commits
e9256609
Commit
e9256609
authored
Apr 21, 2018
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some node-handler hooks (
#782
)
parent
7477ce08
Pipeline
#1430
passed with stage
in 2 minutes and 26 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
e2e-tests/lemonldap-ng-sql.ini
e2e-tests/lemonldap-ng-sql.ini
+1
-0
e2e-tests/lemonldap-ng.ini
e2e-tests/lemonldap-ng.ini
+1
-0
e2e-tests/test-nginx.conf
e2e-tests/test-nginx.conf
+6
-0
No files found.
e2e-tests/lemonldap-ng-sql.ini
View file @
e9256609
...
...
@@ -37,3 +37,4 @@ templateDir = __pwd__/lemonldap-ng-manager/site/templates
[node-handler]
nodeVhosts
=
test2.example.com
loopBackUrl
=
http://127.0.0.1:19876/
e2e-tests/lemonldap-ng.ini
View file @
e9256609
...
...
@@ -45,3 +45,4 @@ templateDir = __pwd__/lemonldap-ng-manager/site/templates
[node-handler]
nodeVhosts
=
test2.example.com
loopBackUrl
=
http://127.0.0.1:19876/
e2e-tests/test-nginx.conf
View file @
e9256609
...
...
@@ -39,6 +39,12 @@ server {
include
conf
/
nginx
-
lua
-
headers
.
conf
;
}
location
/
rules
.
json
{
auth_request
off
;
allow
127
.
0
.
0
.
0
/
8
;
deny
all
;
}
# Handle test CGI
location
~ \.
pl
$ {
include
/
etc
/
nginx
/
fastcgi_params
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment