mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-06-23 02:19:24 +00:00
9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin farooqkz@thunix.net
|
|
ServerName pcworms.ir
|
|
ServerAlias www.pcworms.ir
|
|
DocumentRoot /var/www/pcworms.ir
|
|
ErrorLog /home/farooqkz/.www/error.log
|
|
CustomLog /home/farooqkz/.www/access.log combined
|
|
</VirtualHost>
|