mirror of https://github.com/Nardo86/zm-docker.git
fix: Add missing a2enmod
from https://wiki.zoneminder.com/Ubuntu_Server_or_Desktop_Zoneminder_1.36.x
This commit is contained in:
parent
a907a53551
commit
0fb34e5933
|
@ -15,6 +15,8 @@ if [ "$RESULT" == "" ]; then
|
|||
dpkg -i /zoneminder_1.36.24~20220823.0-bullseye_arm64.deb
|
||||
a2enmod ssl \
|
||||
&& a2enmod rewrite \
|
||||
&& a2enmod headers \
|
||||
&& a2enmod expires \
|
||||
&& a2enconf zoneminder \
|
||||
&& a2ensite default-ssl.conf
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue