We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6b8f7 commit 6df2cd0Copy full SHA for 6df2cd0
1 file changed
patches/systemvm/debian/config/etc/init.d/cloud-early-config
@@ -397,6 +397,7 @@ setup_apache2() {
397
[ -f /etc/apache2/ports.conf ] && sed -i -e "s/Listen .*:80/Listen $ip:80/g" /etc/apache2/ports.conf
398
[ -f /etc/apache2/ports.conf ] && sed -i -e "s/Listen .*:443/Listen $ip:443/g" /etc/apache2/ports.conf
399
[ -f /etc/apache2/ports.conf ] && sed -i -e "s/NameVirtualHost .*:80/NameVirtualHost $ip:80/g" /etc/apache2/ports.conf
400
+ echo "Options -Indexes" > /var/www/html/.htaccess
401
}
402
403
setup_redundant_router() {
0 commit comments