Fix httpd template when alias is enabled

This commit is contained in:
Daniel Berteaud 2017-01-04 09:54:01 +01:00
parent 96457a300d
commit 7399d228c6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ $alias
END
if ($alias ne ''){
$OUT .=<<'END';
$OUT .=<<"END";
<LocationMatch "^/limesurvey/(index\.php/)?admin">
SSLRequireSSL on
$auth