This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
reverse_proxy: ensure nginx will read additional configuration, add handler to reload nginx configuration
python3
Andrea Cimbalo
8 years ago
parent
b63bda9ba9
commit
7cc211e053
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
roles/reverse_proxy/handlers/main.yaml
+ 3
- 0
roles/reverse_proxy/handlers/main.yaml
View File
@ -0,0 +1,3 @@
-
name
:
reload nginx
command
:
'/usr/sbin/nginx -s reload'
delegate_to
:
reverse_proxy
Write
Preview
Loading…
Cancel
Save