Revize 18ac9009
Přidáno uživatelem Ondřej Fibich před asi 9 roky(ů)
application/vendors/deb/freenetis/postinst | ||
---|---|---|
# activate redirection
|
||
a2enmod rewrite > /dev/null
|
||
|
||
# activate digest
|
||
a2enmod auth_digest > /dev/null
|
||
|
||
# activate SSL if https selected
|
||
if [ "$PROTOCOL" = "https" ]; then
|
||
a2enmod ssl > /dev/null
|
Také k dispozici: Unified diff
Fix merge issue that removed all staff from developer branch :-).