10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin farooqkz@thunix.net
|
|
ServerName pcworms.ir
|
|
ServerAlias www.pcworms.ir
|
|
ProxyPass / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/
|
|
ProxyPassReverse / unix:///home/farooqkz/.https.sock|http://127.0.0.1:8081/
|
|
ErrorLog /home/farooqkz/.www/error.log
|
|
CustomLog /home/farooqkz/.www/access.log combined
|
|
</VirtualHost>
|