From 6e0b35c4664e9a4044e4a48c5b888f86e653a22e Mon Sep 17 00:00:00 2001 From: CSoellinger Date: Wed, 27 Apr 2016 22:03:35 +0200 Subject: [PATCH] Reformat some tabs to spaces(2) --- install/tpl/apache_ispconfig.vhost.master | 72 +++++++++++------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index 4503811ed..7dce3c7ae 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -8,54 +8,54 @@ NameVirtualHost *: > ServerAdmin webmaster@localhost - + SetHandler None - + DocumentRoot /var/www/ispconfig/ SuexecUserGroup ispconfig ispconfig Options -Indexes +FollowSymLinks +MultiViews +ExecCGI AllowOverride AuthConfig Indexes Limit Options FileInfo - - SetHandler fcgid-script - + + SetHandler fcgid-script + FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php - Require all granted - + Require all granted + Order allow,deny Allow from all - + IPCCommTimeout 7200 - MaxRequestLen 15728640 + MaxRequestLen 15728640 - + DocumentRoot /usr/local/ispconfig/interface/web/ - AssignUserId ispconfig ispconfig + AssignUserId ispconfig ispconfig AddType application/x-httpd-php .php # php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp" Options +FollowSymLinks AllowOverride None - Require all granted - + Require all granted + Order allow,deny Allow from all - - php_value magic_quotes_gpc 0 + + php_value magic_quotes_gpc 0 - + # ErrorLog /var/log/apache2/error.log # CustomLog /var/log/apache2/access.log combined ServerSignature Off - + SecRuleEngine Off @@ -74,10 +74,10 @@ NameVirtualHost *: Header always add Strict-Transport-Security "max-age=15768000" - - SSLUseStapling on - SSLStaplingResponderTimeout 5 - SSLStaplingReturnResponderErrors off + +SSLUseStapling on +SSLStaplingResponderTimeout 5 +SSLStaplingReturnResponderErrors off @@ -88,21 +88,21 @@ NameVirtualHost *: - AllowOverride None - - Require all denied - - Order Deny,Allow - Deny from all - + AllowOverride None + + Require all denied + + Order Deny,Allow + Deny from all + - AllowOverride None - - Require all denied - - Order Deny,Allow - Deny from all - - \ No newline at end of file + AllowOverride None + + Require all denied + + Order Deny,Allow + Deny from all + + -- GitLab