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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
8d08566b
Commit
8d08566b
authored
Mar 22, 2018
by
Xavier Guimard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really reload Nginx
parent
57708a6b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile
Makefile
+5
-1
No files found.
Makefile
View file @
8d08566b
...
...
@@ -504,7 +504,11 @@ reload_web_server:
LLNG_DEFAULTCONFFILE
=
`
pwd
`
/e2e-tests/conf/lemonldap-ng.ini
\
/usr/sbin/apache2
-d
`
pwd
`
/e2e-tests
-f
apache2.conf
-k
graceful
;
\
elif
[
-e
e2e-tests/conf/nginx.pid
]
;
then
\
kill
-HUP
`
cat
e2e-tests/conf/nginx.pid
`
;
\
$(NGINX)
-p
`
pwd
`
/e2e-tests
\
-g
'error_log '
`
pwd
`
'/e2e-tests/conf/nginx.log;'
\
-c
`
pwd
`
/e2e-tests/nginx.conf
\
-s
reload
\
2>&1 |
grep
-v
'Permission denied'
||
true
;
\
kill
`
cat
e2e-tests/conf/llng-fastcgi.pid
`
||
true
;
\
$(MAKE)
plackup
;
\
elif
[
-e
e2e-tests/conf/server.pid
]
;
then
\
...
...
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