3 typo's in a row.

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-05 20:23:05 +02:00
parent 72ed0be1a1
commit 1fc3a65502
+1 -1
View File
@@ -55,7 +55,7 @@ RUN \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
a2enmod headers proxy proxy_http rewrite ssl && \
cp /etc/apache2/conf.d/apache2/SOGo.conf /etc/apache2/conf-available/ && \
cp /etc/apache2/conf.d/SOGo.conf /etc/apache2/conf-available/ && \
sed -i -e 's/#RedirectMatch \^\/\$ https:\/\/mail.yourdomain.com\/SOGo/RedirectMatch \^\/\$ \/SOGo/' /etc/apache2/conf-available/SOGo.conf && \
a2enconf SOGo && \
usermod --home /srv/lib/sogo sogo && \