diff --git a/vhost.conf b/vhost.conf index 0556a2c..cc30fba 100644 --- a/vhost.conf +++ b/vhost.conf @@ -1,16 +1,16 @@ - ServerName orsys.fr - ServerAlias www.orsys.fr - DocumentRoot /var/www/html/orsys.fr/ - CustomLog /var/log/httpd/orsys.fr_access.log combined - ErrorLog /var/log/httpd/orsys.fr_error.log + ServerName example.org + ServerAlias www.example.org + DocumentRoot /var/www/html/example.org/ + CustomLog /var/log/httpd/example.org_access.log combined + ErrorLog /var/log/httpd/example.org_error.log Options none Allowoverride none Require all denied - + Require all granted \ No newline at end of file