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
roles/reverse_proxy: flush handlers before contiuing
Otherwise certbot challenge may fail when reverse_proxy is included at the same time.
python3
Zolfa
5 years ago
parent
43291bb572
commit
bfa15d6d3d
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/reverse_proxy/tasks/main.yaml
+ 1
- 0
roles/reverse_proxy/tasks/main.yaml
View File
@ -87,5 +87,6 @@
delegate_to
:
'reverse_proxy'
notify
:
'reload nginx'
-
meta
:
'flush_handlers'
Write
Preview
Loading…
Cancel
Save