diff --git a/damia/etc/apache2/sites-available/bremond.conf b/damia/etc/apache2/sites-available/bremond.conf index 2c23565..ddf07a1 100644 --- a/damia/etc/apache2/sites-available/bremond.conf +++ b/damia/etc/apache2/sites-available/bremond.conf @@ -1,7 +1,7 @@ ServerName daniel-bremond.faivre.ml ServerAlias www.daniel-bremond.faivre.ml - DocumentRoot /var/www/html/daniel-bremond + DocumentRoot /home/www/ml.faivre/daniel-bremond #Redirect permanent / https://faivre.ml/ RewriteEngine On RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] @@ -16,7 +16,7 @@ ServerName daniel-bremond.faivre.ml ServerAlias www.daniel-bremond.faivre.ml - DocumentRoot /var/www/html/daniel-bremond + DocumentRoot /home/www/ml.faivre/daniel-bremond # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. @@ -53,7 +53,7 @@ SSLVerifyDepth 1 SSLOptions +StdEnvVars +StrictRequire - + Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted diff --git a/damia/etc/apache2/sites-available/faivre.conf b/damia/etc/apache2/sites-available/faivre.conf index 7c6fc86..f67393f 100644 --- a/damia/etc/apache2/sites-available/faivre.conf +++ b/damia/etc/apache2/sites-available/faivre.conf @@ -1,7 +1,7 @@ ServerName faivre.ml ServerAlias www.faivre.ml - DocumentRoot /var/www/html + DocumentRoot /home/www/ml.faivre/root #Redirect permanent / https://faivre.ml/ RewriteEngine On RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] @@ -15,7 +15,7 @@ ServerName faivre.ml ServerAlias www.faivre.ml - DocumentRoot /var/www/html + DocumentRoot /home/www/ml.faivre/root # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg. @@ -52,7 +52,7 @@ SSLVerifyDepth 1 SSLOptions +StdEnvVars +StrictRequire - + Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted