2022-03-22 11:19:00 +00:00
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerAdmin farooqkz@thunix.net
|
|
|
|
ServerName pcworms.ir
|
|
|
|
ServerAlias www.pcworms.ir
|
2022-03-22 18:03:14 +00:00
|
|
|
ProxyPass / unix:///home/farooqkz/.http.sock|http://127.0.0.1:8081/
|
|
|
|
ProxyPassReverse / unix:///home/farooqkz/.http.sock|http://127.0.0.1:8081/
|
2022-03-22 11:19:00 +00:00
|
|
|
ErrorLog /home/farooqkz/.www/error.log
|
|
|
|
CustomLog /home/farooqkz/.www/access.log combined
|
|
|
|
</VirtualHost>
|