Skip to content

Commit 7cd474f

Browse files
Create vhost_simple.conf
1 parent 2e05342 commit 7cd474f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vhost_simple.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<VirtualHost 127.0.0.1:80>
2+
DocumentRoot /var/www/html
3+
ServerName www.site1.org
4+
</VirtualHost>

0 commit comments

Comments
 (0)