We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902a7c9 commit 6531834Copy full SHA for 6531834
install/vst-install-debian.sh
@@ -1206,6 +1206,7 @@ if [ "$apache" = 'yes' ] && [ "$nginx" = 'yes' ] ; then
1206
echo " RemoteIPInternalProxy $copy_of_pub_ip" >> /etc/apache2/mods-available/remoteip.conf
1207
fi
1208
echo "</IfModule>" >> /etc/apache2/mods-available/remoteip.conf
1209
+ sed -i "s/LogFormat \"%h/LogFormat \"%a/g" /etc/apache2/apache2.conf
1210
a2enmod remoteip
1211
service apache2 restart
1212
0 commit comments