mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Updated a2enmod comments
This commit is contained in:
parent
67ee9bf930
commit
7defdb1819
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# An extremely simplified version of `a2enmod` for enabling modules in the
|
||||
# httpd docker image. First argument is the ServerRoot and the second is the
|
||||
# module to be enabled.
|
||||
# httpd docker image. First argument is the Apache ServerRoot which should be
|
||||
# an absolute path. The second is the module to be enabled, such as `ssl`.
|
||||
|
||||
confdir=$1
|
||||
module=$2
|
||||
|
|
|
|||
Loading…
Reference in a new issue