diff options
Diffstat (limited to 'server/etc')
-rw-r--r-- | server/etc/apache.conf.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/etc/apache.conf.tmpl b/server/etc/apache.conf.tmpl index 8158b767..9ce9a115 100644 --- a/server/etc/apache.conf.tmpl +++ b/server/etc/apache.conf.tmpl @@ -7,7 +7,7 @@ RewriteEngine On # Overrides default CentOS php.ini configuration. <IfModule mod_php5.c> php_value short_open_tag on -</IfDefine> +</IfModule> # Redirect HTTP to HTTPS and default configuration. <Directory CONSOLEDIR> |