From 55713e922407a693401dc5ff2fdacd5fa9b9ea31 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Mon, 22 Mar 2021 19:01:13 +0100 Subject: [PATCH] /var/www/html -> /home/www/ml.faivre --- damia/etc/apache2/sites-available/bremond.conf | 6 +++--- damia/etc/apache2/sites-available/faivre.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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