almost finished, need some tests
This commit is contained in:
8
example.org.conf
Normal file
8
example.org.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@example.org
|
||||
ServerName example.org
|
||||
ServerAlias www.example.org
|
||||
DocumentRoot /srv/www/example.org/public_html/
|
||||
ErrorLog /srv/www/example.org/logs/error.log
|
||||
CustomLog /srv/www/example.org/logs/access.log combined
|
||||
</VirtualHost>
|
||||
Reference in New Issue
Block a user