/var/www/html -> /home/www/ml.faivre

This commit is contained in:
2021-03-22 19:01:13 +01:00
parent 3679dc516e
commit 55713e9224
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerName daniel-bremond.faivre.ml ServerName daniel-bremond.faivre.ml
ServerAlias www.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/ #Redirect permanent / https://faivre.ml/
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC]
@@ -16,7 +16,7 @@
ServerName daniel-bremond.faivre.ml ServerName daniel-bremond.faivre.ml
ServerAlias www.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, # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg. # error, crit, alert, emerg.
@@ -53,7 +53,7 @@
SSLVerifyDepth 1 SSLVerifyDepth 1
SSLOptions +StdEnvVars +StrictRequire SSLOptions +StdEnvVars +StrictRequire
</Location> </Location>
<Directory /var/www/html/daniel-bremond> <Directory /home/www/ml.faivre/daniel-bremond>
Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks MultiViews
AllowOverride All AllowOverride All
Require all granted Require all granted

View File

@@ -1,7 +1,7 @@
<VirtualHost *:80> <VirtualHost *:80>
ServerName faivre.ml ServerName faivre.ml
ServerAlias www.faivre.ml ServerAlias www.faivre.ml
DocumentRoot /var/www/html DocumentRoot /home/www/ml.faivre/root
#Redirect permanent / https://faivre.ml/ #Redirect permanent / https://faivre.ml/
RewriteEngine On RewriteEngine On
RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC] RewriteCond %{REQUEST_URI} !^/.well-known/acme-challenge [NC]
@@ -15,7 +15,7 @@
ServerName faivre.ml ServerName faivre.ml
ServerAlias www.faivre.ml ServerAlias www.faivre.ml
DocumentRoot /var/www/html DocumentRoot /home/www/ml.faivre/root
# Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg. # error, crit, alert, emerg.
@@ -52,7 +52,7 @@
SSLVerifyDepth 1 SSLVerifyDepth 1
SSLOptions +StdEnvVars +StrictRequire SSLOptions +StdEnvVars +StrictRequire
</Location> </Location>
<Directory /var/www/html/faivre> <Directory /home/www/ml.faivre/root>
Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks MultiViews
AllowOverride All AllowOverride All
Require all granted Require all granted