Reload apache config automatically for Lets Encrypt

This commit is contained in:
2021-10-26 22:14:09 -05:00
parent e1d048dd8d
commit 94deb71dab
7 changed files with 122 additions and 0 deletions
@@ -0,0 +1,13 @@
# See httpd.socket(8) for more information on using the httpd service.
[Unit]
Description=Apache httpd Server Socket
Documentation=man:httpd.socket(8)
[Socket]
ListenStream=80
NoDelay=true
DeferAcceptSec=30
[Install]
WantedBy=sockets.target